changed sleep between checks to 10 minutes.

This commit is contained in:
crowetic 2024-11-04 12:22:58 -08:00
parent 2bf9a91ece
commit c2f2dbd8e9

View File

@ -72,7 +72,7 @@ main_loop() {
log "Set peer count: $ACCEPTABLE_PEERS"
fi
sleep 300 # Wait for 5 minutes before next check
sleep 600 # Wait for 10 minutes before next check
done
}