mirror of
				https://github.com/nsnail/Ocelot.git
				synced 2025-11-04 15:10:50 +08:00 
			
		
		
		
	very brief mention MaxConnectionsPerServer in docs
This commit is contained in:
		@@ -62,7 +62,8 @@ Here is an example ReRoute configuration, You don't need to set all of these thi
 | 
			
		||||
            "HttpHandlerOptions": {
 | 
			
		||||
                "AllowAutoRedirect": true,
 | 
			
		||||
                "UseCookieContainer": true,
 | 
			
		||||
                "UseTracing": true
 | 
			
		||||
                "UseTracing": true,
 | 
			
		||||
                "MaxConnectionsPerServer": 100
 | 
			
		||||
            },
 | 
			
		||||
            "DangerousAcceptAnyServerCertificateValidator": false
 | 
			
		||||
        }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user