Initialized ImportingJob.lastTouched
Prevents the CleaningTimerTask from disposing newly created ImportingJobs which have not yet been touched.
This commit is contained in:
parent
ae56e98522
commit
8c02a13429
@ -76,6 +76,8 @@ public class ImportingJob implements Jsonizable {
|
|||||||
JSONUtilities.safePut(cfg, "hasData", false);
|
JSONUtilities.safePut(cfg, "hasData", false);
|
||||||
this.config = cfg;
|
this.config = cfg;
|
||||||
|
|
||||||
|
lastTouched = System.currentTimeMillis();
|
||||||
|
|
||||||
dir.mkdirs();
|
dir.mkdirs();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user