diff --git a/restart-qortal-every-2-hours.sh b/restart-qortal-every-2-hours.sh index 140d780..01913c9 100755 --- a/restart-qortal-every-2-hours.sh +++ b/restart-qortal-every-2-hours.sh @@ -38,8 +38,8 @@ while true; do ./stop.sh &> stop_output.log & stop_pid=$! - # Wait for 30 seconds - sleep 30 + # Wait for 60 seconds + sleep 60 # Check if stop script succeeded if ! grep -q "Qortal ended gracefully" stop_output.log; then