diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-08-14 09:53:38 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-08-14 09:54:29 -0400 |
commit | 98b2a3b3d5b642849f08ad61ac3d05edc8910628 (patch) | |
tree | 91c4835a7652c3a76212a30f97f05803e94e2e93 /src/config/torrc.sample.in | |
parent | 05d52899cbdc7a16d4e9b93555a081d16b06d96b (diff) | |
download | tor-98b2a3b3d5b642849f08ad61ac3d05edc8910628.tar.gz tor-98b2a3b3d5b642849f08ad61ac3d05edc8910628.zip |
Increase AccountingMax example value to 40 GB.
(Change not made in torrc.minimal.in; only in torrc.sample and
torrc.minimal.in-staging)
Closes ticket 16742.
Diffstat (limited to 'src/config/torrc.sample.in')
-rw-r--r-- | src/config/torrc.sample.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in index bde800fd23..d54a5599cd 100644 --- a/src/config/torrc.sample.in +++ b/src/config/torrc.sample.in @@ -110,11 +110,11 @@ ## Use these to restrict the maximum traffic per day, week, or month. ## Note that this threshold applies separately to sent and received bytes, -## not to their sum: setting "4 GB" may allow up to 8 GB total before +## not to their sum: setting "40 GB" may allow up to 80 GB total before ## hibernating. ## -## Set a maximum of 4 gigabytes each way per period. -#AccountingMax 4 GBytes +## Set a maximum of 40 gigabytes each way per period. +#AccountingMax 40 GBytes ## Each period starts daily at midnight (AccountingMax is per day) #AccountingStart day 00:00 ## Each period starts on the 3rd of the month at 15:00 (AccountingMax |