Raise the default BandwidthRate/BandwidthBurst to 5MB/10MB, to

accommodate the growing number of servers that use the default
and are reaching it.


svn:r12364
This commit is contained in:
Roger Dingledine
2007-11-03 22:08:52 +00:00
parent e59c47c26c
commit fcc115e763
2 changed files with 5 additions and 2 deletions
+2 -2
View File
@@ -139,8 +139,8 @@ static config_var_t _option_vars[] = {
V(AutomapHostsOnResolve, BOOL, "0"),
V(AutomapHostsSuffixes, CSV, ".onion,.exit"),
V(AvoidDiskWrites, BOOL, "0"),
V(BandwidthBurst, MEMUNIT, "6 MB"),
V(BandwidthRate, MEMUNIT, "3 MB"),
V(BandwidthBurst, MEMUNIT, "10 MB"),
V(BandwidthRate, MEMUNIT, "5 MB"),
V(BridgeAuthoritativeDir, BOOL, "0"),
VAR("Bridge", LINELIST, Bridges, NULL),
V(CircuitBuildTimeout, INTERVAL, "1 minute"),