From 8b9fe85378adc834b8b7a9953de45f508b76bc3e Mon Sep 17 00:00:00 2001 From: AJ Jordan Date: Sat, 30 Dec 2017 11:48:44 +0000 Subject: [PATCH] Bump up bandwidth to the DigitalOcean maximum This change made possible by the fact that I'm no longer getting billed up the wazoo by Amazon Web Services. --- usr/local/etc/tor/torrc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/usr/local/etc/tor/torrc b/usr/local/etc/tor/torrc index 88065c6..a7d8a62 100644 --- a/usr/local/etc/tor/torrc +++ b/usr/local/etc/tor/torrc @@ -114,8 +114,9 @@ Nickname strugees ## bits (per second), and that prefixes are binary prefixes, i.e. 2^10, ## 2^20, etc. ## -## We define this because 10 GB isn't that much, so ratelimiting speed -## helps prolong our usefulness each day. +## Probably I should adjust this now that I have 1000 GB/month instead of, +## you know, 20. But I want to get a sense of how fast bandwidth goes +## before tweaking this. RelayBandwidthRate 200 KBytes RelayBandwidthBurst 8000 KBytes @@ -124,11 +125,11 @@ RelayBandwidthBurst 8000 KBytes ## not to their sum: setting "40 GB" may allow up to 80 GB total before ## hibernating. ## -## Set a maximum of 10 gigabytes each way per period. +## Set a maximum of 500 gigabytes each way per period. ## -## This is 10,000 MB/30. +## This is 500,000 MB/30. ## See https://www.torproject.org/docs/faq.html.en#LimitTotalBandwidth -AccountingMax 330 MBytes +AccountingMax 16667 MBytes AccountingStart day 12:00 ## Administrative contact information for this relay or bridge. This line