mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-01-13 06:53:19 -05:00
Default config: larger throttle setting
Signed-off-by: hrj <harshad.rj@gmail.com>
This commit is contained in:
parent
da1b7eee23
commit
523805263a
@ -53,7 +53,7 @@ object Config {
|
||||
(AttributesEnum.RANDOM_SEED.toString -> 20) ~
|
||||
(AttributesEnum.PORT.toString -> 8888) ~
|
||||
(AttributesEnum.CAPTCHA_EXPIRY_TIME_LIMIT.toString -> 5) ~
|
||||
(AttributesEnum.THROTTLE.toString -> 10) ~
|
||||
(AttributesEnum.THROTTLE.toString -> 1000) ~
|
||||
(AttributesEnum.THREAD_DELAY.toString -> 2) ~
|
||||
("captchas" -> List(
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user