reconsider timeout for h3 connections
This commit is contained in:
		
					parent
					
						
							
								9c93b1cc31
							
						
					
				
			
			
				commit
				
					
						4f5a1cbf91
					
				
			
		
					 6 changed files with 35 additions and 35 deletions
				
			
		|  | @ -11,7 +11,9 @@ pub struct Globals { | |||
|   pub http_port: Option<u16>, | ||||
|   pub https_port: Option<u16>, | ||||
| 
 | ||||
|   pub timeout: Duration, | ||||
|   pub proxy_timeout: Duration, | ||||
|   pub upstream_timeout: Duration, | ||||
| 
 | ||||
|   pub max_clients: usize, | ||||
|   pub clients_count: ClientsCount, | ||||
|   pub max_concurrent_streams: u32, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Jun Kurihara
				Jun Kurihara