summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorSimponic <loganhunt@simponic.xyz>2022-12-30 05:46:35 -0700
committerSimponic <loganhunt@simponic.xyz>2022-12-30 05:46:35 -0700
commit42425b02260d279cd9c12fb3e625282979b9e308 (patch)
tree0412bf9f39d44266cff94082c499e44e5f6e60f5 /config
parent60eea1b4ed65bc7cfce1e383dac6de9d004540eb (diff)
downloadchessh-42425b02260d279cd9c12fb3e625282979b9e308.tar.gz
chessh-42425b02260d279cd9c12fb3e625282979b9e308.zip
Add scalable session thresholds
Diffstat (limited to 'config')
-rw-r--r--config/test.exs4
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",