Reduce wrapper.restart.delay from 60 to 15 seconds.
This commit is contained in:
@ -134,7 +134,8 @@ wrapper.on_exit.5=RESTART
|
|||||||
wrapper.jvm_exit.timeout=30
|
wrapper.jvm_exit.timeout=30
|
||||||
|
|
||||||
# give the OS 60s to clear all the old sockets / etc before restarting
|
# 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.interval=600
|
||||||
wrapper.ping.timeout=605
|
wrapper.ping.timeout=605
|
||||||
|
Reference in New Issue
Block a user