| 
					
				 | 
			
			
				@@ -1239,9 +1239,9 @@ 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? */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-#define NUM_SECS_BW_SUM_INTERVAL (4*60*60) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+#define NUM_SECS_BW_SUM_INTERVAL (24*60*60) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 /** 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 (5*24*60*60) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 /** How many bandwidth usage intervals do we remember? (derived) */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 #define NUM_TOTALS (NUM_SECS_BW_SUM_IS_VALID/NUM_SECS_BW_SUM_INTERVAL) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 |