mirror of
				https://github.com/nsnail/Ocelot.git
				synced 2025-11-04 23:50:49 +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": {
 | 
					            "HttpHandlerOptions": {
 | 
				
			||||||
                "AllowAutoRedirect": true,
 | 
					                "AllowAutoRedirect": true,
 | 
				
			||||||
                "UseCookieContainer": true,
 | 
					                "UseCookieContainer": true,
 | 
				
			||||||
                "UseTracing": true
 | 
					                "UseTracing": true,
 | 
				
			||||||
 | 
					                "MaxConnectionsPerServer": 100
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "DangerousAcceptAnyServerCertificateValidator": false
 | 
					            "DangerousAcceptAnyServerCertificateValidator": false
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user