Skip to content

Commit fd9de8e

Browse files
committed
Document interval being milliseconds with comments
1 parent d8c5630 commit fd9de8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/config.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ use Mix.Config
88
# General application configuration
99
config :cadet,
1010
ecto_repos: [Cadet.Repo],
11+
# milliseconds
1112
updater: [interval: 5 * 60 * 1000]
1213

1314
# Configures the endpoint

0 commit comments

Comments
 (0)