Remove redundant configuration (identical to defaults)
This commit is contained in:
@@ -38,7 +38,6 @@ end
|
||||
|
||||
config :music_library, MusicLibrary.Repo,
|
||||
auto_vacuum: :incremental,
|
||||
temp_store: :memory,
|
||||
load_extensions: [
|
||||
MusicLibrary.Repo.extension_path("unicode"),
|
||||
MusicLibrary.Repo.extension_path("vec0")
|
||||
@@ -100,7 +99,6 @@ if config_env() == :prod do
|
||||
# 128MB * pool_size = base memory usage
|
||||
cache_size: -128_000,
|
||||
pool_size: String.to_integer(System.get_env("POOL_SIZE") || "5"),
|
||||
temp_store: :memory,
|
||||
show_sensitive_data_on_connection_error: false
|
||||
|
||||
background_database_path =
|
||||
|
||||
Reference in New Issue
Block a user