mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
Merge remote-tracking branch 'public/bug13988_025'
This commit is contained in:
commit
7dd852835c
3
changes/bug13988
Normal file
3
changes/bug13988
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
o Minor bugfixes (statistics):
|
||||||
|
- Increase period over which bandwidth observations are aggregated
|
||||||
|
from 15 minutes to 4 hours. Fixes bug 13988; bugfix on 0.0.8pre1.
|
@ -1131,9 +1131,7 @@ rep_hist_load_mtbf_data(time_t now)
|
|||||||
* totals? */
|
* totals? */
|
||||||
#define NUM_SECS_ROLLING_MEASURE 10
|
#define NUM_SECS_ROLLING_MEASURE 10
|
||||||
/** How large are the intervals for which we track and report bandwidth use? */
|
/** 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
|
#define NUM_SECS_BW_SUM_INTERVAL (4*60*60)
|
||||||
* generate an unparseable state file. */
|
|
||||||
#define NUM_SECS_BW_SUM_INTERVAL (15*60)
|
|
||||||
/** How far in the past do we remember and publish bandwidth use? */
|
/** How far in the past do we remember and publish bandwidth use? */
|
||||||
#define NUM_SECS_BW_SUM_IS_VALID (24*60*60)
|
#define NUM_SECS_BW_SUM_IS_VALID (24*60*60)
|
||||||
/** How many bandwidth usage intervals do we remember? (derived) */
|
/** How many bandwidth usage intervals do we remember? (derived) */
|
||||||
|
Loading…
Reference in New Issue
Block a user