mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 22:47:12 +01:00
bump the default rate limit to 1 MB
svn:r3494
This commit is contained in:
parent
b90983e44f
commit
850c300e46
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ static config_var_t config_vars[] = {
|
|||
VAR("AccountingStart", STRING, AccountingStart, NULL),
|
||||
VAR("AllowUnverifiedNodes",CSV, AllowUnverifiedNodes, "middle,rendezvous"),
|
||||
VAR("AuthoritativeDirectory",BOOL, AuthoritativeDir, "0"),
|
||||
VAR("BandwidthRate", MEMUNIT, BandwidthRate, "780 KB"),
|
||||
VAR("BandwidthRate", MEMUNIT, BandwidthRate, "1 MB"),
|
||||
VAR("BandwidthBurst", MEMUNIT, BandwidthBurst, "48 MB"),
|
||||
VAR("ClientOnly", BOOL, ClientOnly, "0"),
|
||||
VAR("ContactInfo", STRING, ContactInfo, NULL),
|
||||
|
|
Loading…
Add table
Reference in a new issue