diff --git a/docs/features/configuration.rst b/docs/features/configuration.rst index 38ecf808..7f8500e8 100644 --- a/docs/features/configuration.rst +++ b/docs/features/configuration.rst @@ -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 }