Update http server poll timeout
This commit is contained in:
		
							parent
							
								
									7168feee6e
								
							
						
					
					
						commit
						ef20bf5367
					
				@ -50,7 +50,7 @@ class Server:
 | 
			
		||||
        return addr
 | 
			
		||||
 | 
			
		||||
    def serve(self):
 | 
			
		||||
        evts = self.poller.poll(10)
 | 
			
		||||
        evts = self.poller.poll(50)
 | 
			
		||||
 | 
			
		||||
        for sock, _evt in evts:
 | 
			
		||||
            try:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user