From 285bc229b952f7871b653c89df5eb974b018d5b8 Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Sun, 3 Nov 2024 13:56:42 +0100 Subject: [PATCH] Disable tzdata's auto-update mechanism This solves the problem described in #453 --- config/config.exs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/config.exs b/config/config.exs index 725fa3a1b..e2efa929f 100644 --- a/config/config.exs +++ b/config/config.exs @@ -112,6 +112,8 @@ config :asciinema, Oban, config :scrivener_html, view_style: :bootstrap_v4 +config :tzdata, :autoupdate, :disabled + # Import environment specific config. This must remain at the bottom # of this file so it overrides the configuration defined above. import_config "#{config_env()}.exs"