From 24aa375cee40ee87e07754dcb0134593305dba31 Mon Sep 17 00:00:00 2001 From: lapineige Date: Fri, 17 Feb 2023 22:41:10 +0100 Subject: [PATCH] fix `advanced-rate-limit-requests` double --- conf/config.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/conf/config.yaml b/conf/config.yaml index 94c4fc4..44562ed 100644 --- a/conf/config.yaml +++ b/conf/config.yaml @@ -644,11 +644,8 @@ advanced-cookies-samesite: "__ADVANCED_COOKIES_SAMESITE__" # If you set this to 0 or less, rate limiting will be disabled entirely. # # Examples: [1000, 500, 0] -# Default: 1000 -advanced-rate-limit-requests: __ADVANCED_RATE_LIMIT_REQUESTS__ - # Default: 300 -advanced-rate-limit-requests: 300 +advanced-rate-limit-requests: __ADVANCED_RATE_LIMIT_REQUESTS__ # Int. Amount of open requests to permit per CPU, per router grouping, before applying http # request throttling. Any requests beyond the calculated limit are held in a backlog queue for