mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
Fixed another problem of symbold downloading.
This commit is contained in:
parent
f5b5014b2d
commit
cdf05069d2
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ public class GathererSets implements Iterable<DownloadJob> {
|
|||
public Iterator<DownloadJob> iterator() {
|
||||
Calendar c = Calendar.getInstance();
|
||||
c.setTime(new Date());
|
||||
c.add(Calendar.DATE, -14);
|
||||
c.add(Calendar.DATE, +14); // Try to load the symbols eralies 14 days before release date
|
||||
Date compareDate = c.getTime();
|
||||
ArrayList<DownloadJob> jobs = new ArrayList<>();
|
||||
for (String symbol : symbols) {
|
||||
|
|
Loading…
Reference in a new issue