I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 3035fcf0 authored by z3d's avatar z3d
Browse files

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

parent 930f402e
No related branches found
No related tags found
No related merge requests found
...@@ -134,7 +134,8 @@ wrapper.on_exit.5=RESTART ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment