From 42425b02260d279cd9c12fb3e625282979b9e308 Mon Sep 17 00:00:00 2001 From: Simponic Date: Fri, 30 Dec 2022 05:46:35 -0700 Subject: Add scalable session thresholds --- config/test.exs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/test.exs b/config/test.exs index 002b49f..3605f1e 100644 --- a/config/test.exs +++ b/config/test.exs @@ -1,11 +1,11 @@ import Config config :chessh, RateLimits, - jail_timeout_ms: 5000, + jail_timeout_ms: 10_000, jail_attempt_threshold: 3 config :chessh, Chessh.Repo, - database: "chessh-test", + database: "chesshtest", username: "postgres", password: "postgres", hostname: "localhost", -- cgit v1.2.3-70-g09d2