From 0aab3c2027d54fc1ba834ab73fd53328952b7a1b Mon Sep 17 00:00:00 2001 From: Simponic Date: Thu, 29 Dec 2022 17:49:42 -0700 Subject: Make tests pass, rename jail threshold --- config/config.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/config.exs') diff --git a/config/config.exs b/config/config.exs index c919a33..945f905 100644 --- a/config/config.exs +++ b/config/config.exs @@ -8,7 +8,7 @@ config :chessh, config :chessh, RateLimits, jail_timeout_ms: 5 * 60 * 1000, - jail_threshold: 15, + jail_attempt_threshold: 15, max_concurrent_user_sessions: 5 config :hammer, -- cgit v1.3