Reduce wrapper.restart.delay from 60 to 15 seconds.

This commit is contained in:
z3d
2009-07-16 20:15:00 +00:00
parent 930f402eb9
commit 3035fcf080

View File

@ -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