diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-11-27 10:02:03 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-11-27 10:02:03 -0500 |
commit | ef54610442ee2f2a9143c6c55edb98da19cc3344 (patch) | |
tree | 06233d0d9461e7159802c71a4b575090176cc7ea /src/or/router.c | |
parent | 4bb287aa39d74e99dc319cd0a3fde88419340848 (diff) | |
parent | 8be50ca3ea90ac04b8a18c7d9a33f5ec3f3a6e28 (diff) | |
download | tor-ef54610442ee2f2a9143c6c55edb98da19cc3344.tar.gz tor-ef54610442ee2f2a9143c6c55edb98da19cc3344.zip |
Merge branch 'ticket23856_025_01' into maint-0.3.2
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 8ad5d038ef..010ee339a0 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -2513,7 +2513,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. */ |