We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8c5630 commit fd9de8eCopy full SHA for fd9de8e
config/config.exs
@@ -8,6 +8,7 @@ use Mix.Config
8
# General application configuration
9
config :cadet,
10
ecto_repos: [Cadet.Repo],
11
+ # milliseconds
12
updater: [interval: 5 * 60 * 1000]
13
14
# Configures the endpoint
0 commit comments