From 3fbe8e70e6d6e2adef334e42210fc0934f6af6f9 Mon Sep 17 00:00:00 2001 From: zzz <zzz@mail.i2p> Date: Wed, 9 Nov 2011 18:33:06 +0000 Subject: [PATCH] * wrapper.config: Increase shutdown timeout --- installer/resources/wrapper.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/resources/wrapper.config b/installer/resources/wrapper.config index 2c11b56aa8..6f36414617 100644 --- a/installer/resources/wrapper.config +++ b/installer/resources/wrapper.config @@ -184,7 +184,7 @@ wrapper.on_exit.4=RESTART wrapper.on_exit.5=RESTART # the router may take a few seconds to save state, etc -wrapper.jvm_exit.timeout=30 +wrapper.jvm_exit.timeout=60 # give the OS 60s to clear all the old sockets / etc before restarting # Let's change the default from 60 to 15 seconds and see if anyone moans.. -- GitLab