Update sab_speed_control.sh

This commit is contained in:
Admin9705
2025-03-01 11:43:06 -05:00
committed by GitHub
parent a52c912a27
commit 8a7f8347fb

View File

@@ -21,11 +21,11 @@ SAB_ADDRESS="http://10.0.0.10:8080"
SAB_API_KEY="86a11e19dcb1400a869773be38abc9bf"
# Speed limit settings:
BASE_SPEED_LIMIT_MB=50 # Base SABnzbd speed limit in MB/s
OFFSET_PER_USER_MB=5 # Reduce speed by X MB/s for each remote user
BASE_SPEED_LIMIT_MB=110 # Base SABnzbd speed limit in MB/s
OFFSET_PER_USER_MB=3 # Reduce speed by X MB/s for each remote user
MIN_SPEED_MB=10 # Minimum speed limit in MB/s
# Local network configuration:
# Local network configuration - this is to ignore local connections from Tatutulli (because does not affect speed)
LOCAL_IP_PREFIX="10.0.0."
# Loop interval: