diff --git a/usr/local/etc/torrc b/usr/local/etc/torrc index 434b349..e3c02cd 100644 --- a/usr/local/etc/torrc +++ b/usr/local/etc/torrc @@ -113,8 +113,11 @@ Nickname strugees ## Note that units for these config options are bytes (per second), not ## bits (per second), and that prefixes are binary prefixes, i.e. 2^10, ## 2^20, etc. -#RelayBandwidthRate 100 KBytes # Throttle traffic to 100KB/s (800Kbps) -#RelayBandwidthBurst 200 KBytes # But allow bursts up to 200KB (1600Kb) +## +## We define this because 10 GB isn't that much, so ratelimiting speed +## helps prolong our usefulness each day. +RelayBandwidthRate 200 KBytes +RelayBandwidthBurst 8000 KBytes ## Use these to restrict the maximum traffic per day, week, or month. ## Note that this threshold applies separately to sent and received bytes,