Skip to content

Commit

Permalink
update test config to match newest config options
Browse files Browse the repository at this point in the history
  • Loading branch information
hrj committed Apr 5, 2022
1 parent 9b56759 commit e1a8873
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/debug-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" ],
Expand Down

0 comments on commit e1a8873

Please sign in to comment.