From d4eb8631d03e69d573de7a7949ce3e8f8676ddfe Mon Sep 17 00:00:00 2001 From: Zlatin Balevsky Date: Sun, 11 Oct 2020 14:12:47 +0100 Subject: [PATCH] check for updates later --- core/src/main/groovy/com/muwire/core/update/UpdateClient.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/groovy/com/muwire/core/update/UpdateClient.groovy b/core/src/main/groovy/com/muwire/core/update/UpdateClient.groovy index b0305c75..9aba0604 100644 --- a/core/src/main/groovy/com/muwire/core/update/UpdateClient.groovy +++ b/core/src/main/groovy/com/muwire/core/update/UpdateClient.groovy @@ -66,7 +66,7 @@ class UpdateClient { void start() { session.addMuxedSessionListener(new Listener(), I2PSession.PROTO_DATAGRAM, Constants.UPDATE_PORT) - timer.schedule({checkUpdate()} as TimerTask, 60000, 60 * 60 * 1000) + timer.schedule({checkUpdate()} as TimerTask, 2 * 60000, 60 * 60 * 1000) } void stop() {