From 49d1748105a89ed50a68bb04536b93ceca6d175d Mon Sep 17 00:00:00 2001 From: TomPallister Date: Sun, 19 Jan 2020 11:14:42 +0000 Subject: [PATCH] very brief mention MaxConnectionsPerServer in docs --- docs/features/configuration.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }