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 664d630 commit 55b32ddCopy full SHA for 55b32dd
config/prod.exs
@@ -18,9 +18,6 @@ config :logger,
18
level: String.to_atom(System.get_env("LOG_LEVEL") || "info"),
19
metadata: :all
20
21
-config :algora,
22
- auto_start_pollers: true
23
-
24
config :algora, AlgoraWeb.OGImageController, max_age: 600
25
26
# Runtime production configuration, including reading
0 commit comments