From c73c6a4343b1fdebc54b50b4e5cf68410be232c5 Mon Sep 17 00:00:00 2001 From: Steppy Date: Fri, 19 Sep 2025 16:48:27 +0200 Subject: [PATCH] Adjust sleep times in proxy start scripts --- bungee/start.sh | 2 +- proxy/start.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bungee/start.sh b/bungee/start.sh index bc60ed4..07b8c4e 100755 --- a/bungee/start.sh +++ b/bungee/start.sh @@ -3,5 +3,5 @@ while true do ./launch.sh echo sleeping... - sleep 5 + sleep 3 done diff --git a/proxy/start.sh b/proxy/start.sh index bc60ed4..07b8c4e 100755 --- a/proxy/start.sh +++ b/proxy/start.sh @@ -3,5 +3,5 @@ while true do ./launch.sh echo sleeping... - sleep 5 + sleep 3 done