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