diff --git a/config/runtime.exs b/config/runtime.exs index c6627847..93a567bd 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -33,6 +33,8 @@ if timezone = System.get_env("TIMEZONE") do end config :music_library, MusicLibrary.Repo, + auto_vacuum: :incremental, + temp_store: :memory, load_extensions: [ MusicLibrary.Repo.extension_path("unicode") ]