Skip to content

Commit

Permalink
Disable tzdata's auto-update mechanism
Browse files Browse the repository at this point in the history
This solves the problem described in #453
  • Loading branch information
ku1ik committed Nov 3, 2024
1 parent de941f7 commit 285bc22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 285bc22

Please sign in to comment.