diff --git a/openresty/1.21.4.3-2-2-focal/1pwaf/data/conf/global.json b/openresty/1.21.4.3-2-2-focal/1pwaf/data/conf/global.json index 0af9ad0bf..67049a511 100644 --- a/openresty/1.21.4.3-2-2-focal/1pwaf/data/conf/global.json +++ b/openresty/1.21.4.3-2-2-focal/1pwaf/data/conf/global.json @@ -108,8 +108,8 @@ "type": "cc", "rule": "cc", "tokenTimeOut": 1800, - "threshold": 100, - "duration": 20, + "threshold": 200, + "duration": 10, "action": "deny", "ipBlock": "on", "ipBlockTime": 600 diff --git a/openresty/1.21.4.3-2-2-focal/1pwaf/data/conf/siteConfig.json b/openresty/1.21.4.3-2-2-focal/1pwaf/data/conf/siteConfig.json index 7c08d6050..7de0522aa 100644 --- a/openresty/1.21.4.3-2-2-focal/1pwaf/data/conf/siteConfig.json +++ b/openresty/1.21.4.3-2-2-focal/1pwaf/data/conf/siteConfig.json @@ -54,7 +54,7 @@ "type": "cc", "rule": "cc", "tokenTimeOut": 1800, - "threshold": 100, + "threshold": 200, "duration": 10, "action": "deny", "ipBlock": "on",