summaryrefslogtreecommitdiff
path: root/config/config.exs
diff options
context:
space:
mode:
authorLogan Hunt <logan.hunt@usu.edu>2023-01-24 12:12:58 -0700
committerLogan Hunt <logan.hunt@usu.edu>2023-01-24 12:14:07 -0700
commitce06ddd669363651d335f5a4c05e1a347020a3c1 (patch)
tree74e60d55d9c7eaa42b269a6d59de43c86fdb9b77 /config/config.exs
parenta634901317de06ca09f3d78b3d0205c4d19df0cf (diff)
downloadchessh-ce06ddd669363651d335f5a4c05e1a347020a3c1.tar.gz
chessh-ce06ddd669363651d335f5a4c05e1a347020a3c1.zip
Redis time
Diffstat (limited to 'config/config.exs')
-rw-r--r--config/config.exs4
1 files changed, 0 insertions, 4 deletions
diff --git a/config/config.exs b/config/config.exs
index ef3c828..15cde18 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -1,9 +1,5 @@
import Config
-# This will be redis when scaled across multiple nodes
-config :hammer,
- backend: {Hammer.Backend.ETS, [expiry_ms: 60_000 * 60 * 4, cleanup_interval_ms: 60_000 * 10]}
-
config :chessh,
ecto_repos: [Chessh.Repo],
key_dir: Path.join(Path.dirname(__DIR__), "priv/keys"),