Adjust sleep times in proxy start scripts

This commit is contained in:
Leonard Steppy 2025-09-19 16:48:27 +02:00
parent e4bbb75360
commit c73c6a4343
2 changed files with 2 additions and 2 deletions

View File

@ -3,5 +3,5 @@ while true
do do
./launch.sh ./launch.sh
echo sleeping... echo sleeping...
sleep 5 sleep 3
done done

View File

@ -3,5 +3,5 @@ while true
do do
./launch.sh ./launch.sh
echo sleeping... echo sleeping...
sleep 5 sleep 3
done done