From 8a7f8347fb174357673ba4df93c7aabe0cb1e95e Mon Sep 17 00:00:00 2001 From: Admin9705 <24727006+Admin9705@users.noreply.github.com> Date: Sat, 1 Mar 2025 11:43:06 -0500 Subject: [PATCH] Update sab_speed_control.sh --- sab_speed_control.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sab_speed_control.sh b/sab_speed_control.sh index 15263d9..8550276 100644 --- a/sab_speed_control.sh +++ b/sab_speed_control.sh @@ -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: