mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 06:33:51 +00:00 
			
		
		
		
	Only ping once every two seconds (#2448)
This commit is contained in:
		| @@ -582,7 +582,7 @@ class MDNSStatusThread(threading.Thread): | ||||
| class PingStatusThread(threading.Thread): | ||||
|     def run(self): | ||||
|         with multiprocessing.Pool(processes=8) as pool: | ||||
|             while not STOP_EVENT.is_set(): | ||||
|             while not STOP_EVENT.wait(2): | ||||
|                 # Only do pings if somebody has the dashboard open | ||||
|  | ||||
|                 def callback(ret): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user