From 3035fcf080ed8ee4a65eaeda9bb0997c7658b769 Mon Sep 17 00:00:00 2001
From: z3d <z3d@mail.i2p>
Date: Thu, 16 Jul 2009 20:15:00 +0000
Subject: [PATCH] Reduce wrapper.restart.delay from 60 to 15 seconds.

---
 installer/resources/wrapper.config | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/installer/resources/wrapper.config b/installer/resources/wrapper.config
index b9e4460928..1790970ba8 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
-- 
GitLab