make MaxAdvertisedBandwidth into a legal default

svn:r10115
This commit is contained in:
Roger Dingledine 2007-05-04 09:25:23 +00:00
parent b1d93df038
commit 462dfe2012

View File

@ -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"),