check network events every 2 seconds is enough. fixes #3250
This commit is contained in:
		
							parent
							
								
									2885e3dbda
								
							
						
					
					
						commit
						2c6b7494cc
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -2406,7 +2406,7 @@ class Interface: | |||
| 		self.last_ftwindow_update = 0 | ||||
| 
 | ||||
| 		gobject.timeout_add(100, self.autoconnect) | ||||
| 		gobject.timeout_add(200, self.process_connections) | ||||
| 		gobject.timeout_add(2000, self.process_connections) | ||||
| 		gobject.timeout_add(10000, self.read_sleepy) | ||||
| 
 | ||||
| if __name__ == '__main__': | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue