forked from I2P_Developers/i2p.i2p
fix reseed checking at startup, broken in previous checkin
This commit is contained in:
@ -364,11 +364,12 @@ class PersistentDataStore extends TransientDataStore {
|
||||
}
|
||||
if (shouldScan) {
|
||||
_log.info("Rereading new files");
|
||||
_lastModified = now;
|
||||
// synch with the writer job
|
||||
synchronized (_dbDir) {
|
||||
// _lastModified must be 0 for the first run
|
||||
readFiles();
|
||||
}
|
||||
_lastModified = now;
|
||||
}
|
||||
requeue(READ_DELAY);
|
||||
}
|
||||
|
Reference in New Issue
Block a user