diff --git a/installer/resources/wrapper.config b/installer/resources/wrapper.config index b9e44609285b2383df6e7c99e5957e3124d9efbf..1790970ba85e4836ef11415f9dbb2d0ba7786d39 100644 --- a/installer/resources/wrapper.config +++ b/installer/resources/wrapper.config @@ -134,7 +134,8 @@ wrapper.on_exit.5=RESTART wrapper.jvm_exit.timeout=30 # give the OS 60s to clear all the old sockets / etc before restarting -wrapper.restart.delay=60 +# Let's change the default from 60 to 15 seconds and see if anyone moans.. +wrapper.restart.delay=15 wrapper.ping.interval=600 wrapper.ping.timeout=605