summaryrefslogtreecommitdiff
path: root/changes/bug25373
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug25373')
-rw-r--r--changes/bug253737
1 files changed, 0 insertions, 7 deletions
diff --git a/changes/bug25373 b/changes/bug25373
deleted file mode 100644
index 03e870e692..0000000000
--- a/changes/bug25373
+++ /dev/null
@@ -1,7 +0,0 @@
- o Major features (main loop, CPU wakeup):
- - The bandwidth-limitation logic has been refactored so that
- bandwidth calculations are performed on-demand, rather than
- every TokenBucketRefillInterval milliseconds.
- This change should improve the granularity of our bandwidth
- calculations, and limit the number of times that the Tor process needs
- to wake up when it is idle. Closes ticket 25373.