summaryrefslogtreecommitdiff
path: root/changes/bug1789
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-09-03 13:43:59 -0400
committerNick Mathewson <nickm@torproject.org>2010-09-03 14:09:55 -0400
commitd0acaac781f766a51c869f503af5a431748b55b9 (patch)
tree9578e4537319829a65fe90bc2a9ff32591ff164b /changes/bug1789
parent17ebddbbdca2cd3731171f275262761826e7d09c (diff)
downloadtor-d0acaac781f766a51c869f503af5a431748b55b9.tar.gz
tor-d0acaac781f766a51c869f503af5a431748b55b9.zip
Use a more sophisticated soft-hibernation-limit calculation
This should help address bug 1789.
Diffstat (limited to 'changes/bug1789')
-rw-r--r--changes/bug17898
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug1789 b/changes/bug1789
new file mode 100644
index 0000000000..1f9e6b15b2
--- /dev/null
+++ b/changes/bug1789
@@ -0,0 +1,8 @@
+ o Minor features:
+ - Be more generous with how much bandwidth we'd use up (with
+ accounting enabled) before entering "soft hibernation".
+ Previously, we'd hibernate once we'd used up 95% of our allotment.
+ Now, we use up 95% of our allotment, AND make sure that we have
+ no more than 500MB/3 hours of traffic remaining before we enter
+ soft hibernation.
+