mirror of https://github.com/grafana/grafana.git
				
				
				
			Changed reporting interval to 24 hour (1 hour was just for testing)
This commit is contained in:
		
							parent
							
								
									03aa997673
								
							
						
					
					
						commit
						71aa2ef2c2
					
				| 
						 | 
				
			
			@ -16,7 +16,7 @@ import (
 | 
			
		|||
func StartUsageReportLoop() chan struct{} {
 | 
			
		||||
	M_Instance_Start.Inc(1)
 | 
			
		||||
 | 
			
		||||
	ticker := time.NewTicker(time.Hour)
 | 
			
		||||
	ticker := time.NewTicker(time.Hour * 24)
 | 
			
		||||
	for {
 | 
			
		||||
		select {
 | 
			
		||||
		case <-ticker.C:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue