From e1a88735e3c936ddc64fe64eb6430321c39796e3 Mon Sep 17 00:00:00 2001 From: hrj Date: Tue, 5 Apr 2022 10:15:21 +0530 Subject: [PATCH] update test config to match newest config options --- tests/debug-config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/debug-config.json b/tests/debug-config.json index 85b0ba6..4830d26 100644 --- a/tests/debug-config.json +++ b/tests/debug-config.json @@ -3,11 +3,11 @@ "port" : 8888, "address" : "0.0.0.0", "captchaExpiryTimeLimit" : 5, - "throttle" : 10, + "bufferCount" : 10, "threadDelay" : 2, "playgroundEnabled" : false, "corsHeader" : "*", - "maxAttempts" : 20, + "maxAttemptsRatio" : 0.01, "captchas" : [ { "name" : "DebugCaptcha", "allowedLevels" : [ "debug" ],