mirror of https://github.com/zlatinb/muwire
increase persistence interval to 15 seconds
parent
66cc6d8ab7
commit
8052501e52
|
@ -160,7 +160,7 @@ public class Core {
|
|||
eventBus.register(SearchEvent.class, fileManager)
|
||||
|
||||
log.info "initializing persistence service"
|
||||
persisterService = new PersisterService(new File(home, "files.json"), eventBus, 5000, fileManager)
|
||||
persisterService = new PersisterService(new File(home, "files.json"), eventBus, 15000, fileManager)
|
||||
|
||||
log.info("initializing host cache")
|
||||
File hostStorage = new File(home, "hosts.json")
|
||||
|
|
Loading…
Reference in New Issue