diff options
author | Roger Dingledine <arma@torproject.org> | 2011-11-16 22:08:01 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2011-11-21 18:44:59 -0500 |
commit | fce107b11e2bd38d060224a7918d40edd4727da0 (patch) | |
tree | 1856488b030813677a91e1aa0f5883ae1e103f76 /src/or/config.c | |
parent | 58764d8ec6799fc5ea91bcbb1655071f869bb753 (diff) | |
download | tor-fce107b11e2bd38d060224a7918d40edd4727da0.tar.gz tor-fce107b11e2bd38d060224a7918d40edd4727da0.zip |
raise AuthDirFastGuarantee from 20KB to 100KB
This patch reverts part of 39ceda7e05d7 (where it used to be 100KB).
Diffstat (limited to 'src/or/config.c')
-rw-r--r-- | src/or/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/config.c b/src/or/config.c index 7cbadc25c3..06d7d5c022 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -184,7 +184,7 @@ static config_var_t _option_vars[] = { V(AuthDirBadDir, LINELIST, NULL), V(AuthDirBadExit, LINELIST, NULL), V(AuthDirInvalid, LINELIST, NULL), - V(AuthDirFastGuarantee, MEMUNIT, "20 KB"), + V(AuthDirFastGuarantee, MEMUNIT, "100 KB"), V(AuthDirGuardBWGuarantee, MEMUNIT, "250 KB"), V(AuthDirReject, LINELIST, NULL), V(AuthDirRejectUnlisted, BOOL, "0"), |