Increase db pool size in dev
Improves fetching of multiple images from the db at the same time.
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ import Config
|
||||
# Configure your database
|
||||
config :music_library, MusicLibrary.Repo,
|
||||
database: Path.expand("../music_library_dev.db", __DIR__),
|
||||
pool_size: 5,
|
||||
pool_size: 10,
|
||||
stacktrace: true,
|
||||
show_sensitive_data_on_connection_error: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user