mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
make MaxAdvertisedBandwidth into a legal default
svn:r10115
This commit is contained in:
parent
b1d93df038
commit
462dfe2012
@ -189,7 +189,7 @@ static config_var_t _option_vars[] = {
|
||||
VAR("LongLivedPorts", CSV, LongLivedPorts,
|
||||
"21,22,706,1863,5050,5190,5222,5223,6667,6697,8300"),
|
||||
VAR("MapAddress", LINELIST, AddressMap, NULL),
|
||||
VAR("MaxAdvertisedBandwidth",MEMUNIT,MaxAdvertisedBandwidth,"128 TB"),
|
||||
VAR("MaxAdvertisedBandwidth",MEMUNIT,MaxAdvertisedBandwidth,"2 GB"),
|
||||
VAR("MaxCircuitDirtiness", INTERVAL, MaxCircuitDirtiness, "10 minutes"),
|
||||
VAR("MaxOnionsPending", UINT, MaxOnionsPending, "100"),
|
||||
OBSOLETE("MonthlyAccountingStart"),
|
||||
|
Loading…
Reference in New Issue
Block a user