delay initial update check a minute

pull/4/head
Zlatin Balevsky 2019-06-06 21:52:35 +01:00
parent 3e49b0ec66
commit f3712fe7af
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class UpdateClient {
void start() {
session.addMuxedSessionListener(new Listener(), I2PSession.PROTO_DATAGRAM, 2)
timer.schedule({checkUpdate()} as TimerTask, 30000, 60 * 60 * 1000)
timer.schedule({checkUpdate()} as TimerTask, 60000, 60 * 60 * 1000)
}
void stop() {