increased timeout on peer check restart script

This commit is contained in:
crowetic 2024-11-09 10:29:14 -08:00
parent c2f2dbd8e9
commit cd858fbea5

View File

@ -49,7 +49,7 @@ restart_qortal() {
exit 1 exit 1
} }
./stop.sh ./stop.sh
sleep 25 sleep 45
./start.sh ./start.sh
log "Qortal restarted." log "Qortal restarted."
} }