mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-19 05:48:16 +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