Skip to content
Snippets Groups Projects
Commit bed56961 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Keep track of a whole day of bandwidth, not just 12 hrs

svn:r2168
parent ec15c5ab
No related branches found
No related tags found
No related merge requests found
......@@ -310,7 +310,7 @@ void write_rep_history(const char *filename)
#endif
#define NUM_SECS_ROLLING_MEASURE 10
#define NUM_SECS_BW_SUM_IS_VALID (12*60*60) /* half a day */
#define NUM_SECS_BW_SUM_IS_VALID (24*60*60) /* one day */
#define NUM_SECS_BW_SUM_INTERVAL (15*60)
#define NUM_TOTALS (NUM_SECS_BW_SUM_IS_VALID/NUM_SECS_BW_SUM_INTERVAL)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment