I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 285c13d9 authored by zzz's avatar zzz
Browse files

fix reseed checking at startup, broken in previous checkin

parent 0a938d90
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment