diff options
author | Simponic <loganhunt@simponic.xyz> | 2022-12-30 05:46:35 -0700 |
---|---|---|
committer | Simponic <loganhunt@simponic.xyz> | 2022-12-30 05:46:35 -0700 |
commit | 42425b02260d279cd9c12fb3e625282979b9e308 (patch) | |
tree | 0412bf9f39d44266cff94082c499e44e5f6e60f5 /config/test.exs | |
parent | 60eea1b4ed65bc7cfce1e383dac6de9d004540eb (diff) | |
download | chessh-42425b02260d279cd9c12fb3e625282979b9e308.tar.gz chessh-42425b02260d279cd9c12fb3e625282979b9e308.zip |
Add scalable session thresholds
Diffstat (limited to 'config/test.exs')
-rw-r--r-- | config/test.exs | 4 |
1 files changed, 2 insertions, 2 deletions
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", |