Skip to content

Commit

Permalink
Bump up bandwidth to the DigitalOcean maximum
Browse files Browse the repository at this point in the history
This change made possible by the fact that I'm no longer getting billed
up the wazoo by Amazon Web Services.
  • Loading branch information
strugee committed Dec 30, 2017
1 parent 1a66de8 commit 8b9fe85
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions usr/local/etc/tor/torrc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 8b9fe85

Please sign in to comment.