diff --git a/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/conf/global.json b/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/conf/global.json index 0af9ad0b..67049a51 100644 --- a/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/conf/global.json +++ b/apps/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/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/conf/siteConfig.json b/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/conf/siteConfig.json index 7c08d605..7de0522a 100644 --- a/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/conf/siteConfig.json +++ b/apps/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",