chore: enable sqlite wal mode for dev and prod
better concurrency and crash recovery for web workloads Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -4,6 +4,8 @@ import Config
|
||||
config :simpleshop_theme, SimpleshopTheme.Repo,
|
||||
database: Path.expand("../simpleshop_theme_dev.db", __DIR__),
|
||||
pool_size: 5,
|
||||
journal_mode: :wal,
|
||||
busy_timeout: 5000,
|
||||
stacktrace: true,
|
||||
show_sensitive_data_on_connection_error: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user