change number of peers to 15

This commit is contained in:
crowetic 2024-10-26 13:55:40 -07:00
parent 59bb7961d5
commit 874077baed

View File

@ -3,7 +3,7 @@
# Path to the Qortal folder # Path to the Qortal folder
QORTAL_DIR=~/qortal QORTAL_DIR=~/qortal
LOG_FILE="$QORTAL_DIR/peer_monitor_log.txt" LOG_FILE="$QORTAL_DIR/peer_monitor_log.txt"
PEER_THRESHOLD=5 PEER_THRESHOLD=15
CONSECUTIVE_CHECKS=2 CONSECUTIVE_CHECKS=2
CHECK_INTERVAL=300 # 5 minutes in seconds CHECK_INTERVAL=300 # 5 minutes in seconds