aboutsummaryrefslogtreecommitdiff
path: root/src/or
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-03-09 13:12:54 -0400
committerNick Mathewson <nickm@torproject.org>2015-03-09 13:12:54 -0400
commite3408248b9373e52114773555d73f71492e30129 (patch)
tree98782675b4fa6b3dda639af8c962424b397e8bdc /src/or
parent410ce4cb49016b86a95056c8997d020c0c95d930 (diff)
parent6830667d58815219476593901334b2e19554d8af (diff)
downloadtor-e3408248b9373e52114773555d73f71492e30129.tar.gz
tor-e3408248b9373e52114773555d73f71492e30129.zip
Merge remote-tracking branch 'public/bug13988_025' into maint-0.2.5
Diffstat (limited to 'src/or')
-rw-r--r--src/or/rephist.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/or/rephist.c b/src/or/rephist.c
index 72de54c0c9..cedc56af07 100644
--- a/src/or/rephist.c
+++ b/src/or/rephist.c
@@ -1131,9 +1131,7 @@ rep_hist_load_mtbf_data(time_t now)
* totals? */
#define NUM_SECS_ROLLING_MEASURE 10
/** How large are the intervals for which we track and report bandwidth use? */
-/* XXXX Watch out! Before Tor 0.2.2.21-alpha, using any other value here would
- * generate an unparseable state file. */
-#define NUM_SECS_BW_SUM_INTERVAL (15*60)
+#define NUM_SECS_BW_SUM_INTERVAL (4*60*60)
/** How far in the past do we remember and publish bandwidth use? */
#define NUM_SECS_BW_SUM_IS_VALID (24*60*60)
/** How many bandwidth usage intervals do we remember? (derived) */