aboutsummaryrefslogtreecommitdiff
path: root/src/or/router.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-12-11 16:54:14 -0500
committerNick Mathewson <nickm@torproject.org>2017-12-11 16:54:14 -0500
commiteaaa1108a3eb1271ad2c8f3fbb8a6845d24de874 (patch)
tree2082a197683d25a240200b976e4e725572e96798 /src/or/router.c
parent7e486dd6f7f845c14471b406d6bc7dfa4f593b12 (diff)
parentbc1ea4f470734f7fa22949318a98e286da5cba49 (diff)
downloadtor-eaaa1108a3eb1271ad2c8f3fbb8a6845d24de874.tar.gz
tor-eaaa1108a3eb1271ad2c8f3fbb8a6845d24de874.zip
Merge branch 'maint-0.2.8' into maint-0.2.9
Diffstat (limited to 'src/or/router.c')
-rw-r--r--src/or/router.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/router.c b/src/or/router.c
index aca8040a69..31f2ff00d2 100644
--- a/src/or/router.c
+++ b/src/or/router.c
@@ -2423,7 +2423,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. */