fix(speed): check every 2s
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		@@ -33,7 +33,7 @@ func Init(alertChan chan api.Availability) {
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	// define an interval and the ticker for this interval
 | 
			
		||||
	interval := time.Duration(5) * time.Second
 | 
			
		||||
	interval := time.Duration(2) * time.Second
 | 
			
		||||
	// create a new Ticker
 | 
			
		||||
	tk := time.NewTicker(interval)
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user