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 211c79f commit 89cc9f6Copy full SHA for 89cc9f6
VERSION
@@ -1 +1 @@
1
-2.3.4
+2.3.5
config/prod.exs
@@ -14,6 +14,8 @@ import Config
14
# Do not print debug messages in production
15
config :logger,
16
level: :info,
17
+ sync_threshold: 10_000,
18
+ discard_threshold: 10_000,
19
compile_time_purge_matching: [
20
[level_lower_than: :info]
21
]
0 commit comments