mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
bump the default bandwidthrate to 3 MB, and burst to 6 MB
svn:r5874
This commit is contained in:
+2
-2
@@ -128,8 +128,8 @@ static config_var_t _option_vars[] = {
|
||||
VAR("AuthDirReject", LINELIST, AuthDirReject, NULL),
|
||||
VAR("AuthDirRejectUnlisted",BOOL, AuthDirRejectUnlisted,"0"),
|
||||
VAR("AuthoritativeDirectory",BOOL, AuthoritativeDir, "0"),
|
||||
VAR("BandwidthBurst", MEMUNIT, BandwidthBurst, "5 MB"),
|
||||
VAR("BandwidthRate", MEMUNIT, BandwidthRate, "2 MB"),
|
||||
VAR("BandwidthBurst", MEMUNIT, BandwidthBurst, "6 MB"),
|
||||
VAR("BandwidthRate", MEMUNIT, BandwidthRate, "3 MB"),
|
||||
VAR("ClientOnly", BOOL, ClientOnly, "0"),
|
||||
VAR("ConnLimit", UINT, ConnLimit, "1024"),
|
||||
VAR("ContactInfo", STRING, ContactInfo, NULL),
|
||||
|
||||
Reference in New Issue
Block a user