diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-12-11 16:54:14 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-12-11 16:54:14 -0500 |
commit | 04524443d071f3e310067e0a7ecdc52a97e80107 (patch) | |
tree | a6416cffdd822a7b85b0d509fa4d635457714a4c /src/or/router.c | |
parent | 736e7299ce04bd96aa75c50f7dd7ecba36945917 (diff) | |
parent | 2ea573ece8f168749b40eddcd023b71bf05a4fef (diff) | |
download | tor-04524443d071f3e310067e0a7ecdc52a97e80107.tar.gz tor-04524443d071f3e310067e0a7ecdc52a97e80107.zip |
Merge branch 'maint-0.3.0' into maint-0.3.1
Diffstat (limited to 'src/or/router.c')
-rw-r--r-- | src/or/router.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/router.c b/src/or/router.c index 4addb1df34..55b58e5d11 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -2526,7 +2526,7 @@ mark_my_descriptor_dirty(const char *reason) /** How frequently will we republish our descriptor because of large (factor * of 2) shifts in estimated bandwidth? Note: We don't use this constant * if our previous bandwidth estimate was exactly 0. */ -#define MAX_BANDWIDTH_CHANGE_FREQ (20*60) +#define MAX_BANDWIDTH_CHANGE_FREQ (3*60*60) /** Check whether bandwidth has changed a lot since the last time we announced * bandwidth. If so, mark our descriptor dirty. */ |