aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-04-10 01:44:23 +0000
committerNick Mathewson <nickm@torproject.org>2008-04-10 01:44:23 +0000
commit20cf4d1f096535b3fbc25500d8baced6946d7505 (patch)
tree3eadaea501a5530a7783cce2430f7af110ad2a4e /ChangeLog
parent7a9b39d621085595b2b19091ed44beeba876cbcc (diff)
downloadtor-20cf4d1f096535b3fbc25500d8baced6946d7505.tar.gz
tor-20cf4d1f096535b3fbc25500d8baced6946d7505.zip
r19283@catbus: nickm | 2008-04-09 21:44:18 -0400
The optimist calls the glass half full. The pessimist calls it half empty. The engineer says it is twice as large as it needs to be. In this case, the engineer says that the default smartlist size is twice as large as it needs to be and wouldn't it be nice to save half a megabyte with a one-line patch? svn:r14341
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index da8ff47d3b..0d34bcf386 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -26,6 +26,8 @@ Changes in version 0.2.1.1-alpha - 2008-??-??
- Make relay cells written on a connection count as non-padding when
tracking how long a connection has been in use. Bugfix on
0.2.0.1-alpha. Spotted by lodger.
+ - Reduce the default smartlist size from 32 to 16; it turns out that
+ most smartlists hold around 8-12 elements tops.
o Minor features:
- Allow separate log levels to be configured for different logging