diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-12-11 16:54:11 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-12-11 16:54:11 -0500 |
commit | bc1ea4f470734f7fa22949318a98e286da5cba49 (patch) | |
tree | 824af3b85082f81f85fddc9382f5cbdc426bb25f /src/or/router.c | |
parent | f97f301b5b5605f559522ffae2159fc4d061817c (diff) | |
parent | f5d4bdf305d2341f7ff531fc9c8ed08511bd503d (diff) | |
download | tor-bc1ea4f470734f7fa22949318a98e286da5cba49.tar.gz tor-bc1ea4f470734f7fa22949318a98e286da5cba49.zip |
Merge branch 'maint-0.2.5' into maint-0.2.8
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 bc7a2fcfc3..b134f2e315 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -2312,7 +2312,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. */ |