very brief mention MaxConnectionsPerServer in docs

This commit is contained in:
TomPallister
2020-01-19 11:14:42 +00:00
parent bb14855f83
commit 49d1748105

View File

@ -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
}