From cd858fbea508517d5688c67fa0b417e74ec46e0b Mon Sep 17 00:00:00 2001 From: crowetic Date: Sat, 9 Nov 2024 10:29:14 -0800 Subject: [PATCH] increased timeout on peer check restart script --- peer-count-auto-restart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peer-count-auto-restart.sh b/peer-count-auto-restart.sh index b157be8..0b51950 100755 --- a/peer-count-auto-restart.sh +++ b/peer-count-auto-restart.sh @@ -49,7 +49,7 @@ restart_qortal() { exit 1 } ./stop.sh - sleep 25 + sleep 45 ./start.sh log "Qortal restarted." }