simpleshop_theme/config
jamey a44790362a fix: resolve sqlite database busy errors in tests
- enable WAL journal mode for better concurrent access
- increase busy_timeout to 10s
- reduce pool_size to 1 to prevent write conflicts

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 14:29:24 +00:00
..
config.exs fix: add Oban Lifeline plugin to rescue orphaned jobs 2026-01-31 13:48:04 +00:00
dev.exs fix: enable Tidewave remote access properly 2026-01-31 13:47:58 +00:00
prod.exs mix phx.new simpleshop_theme --database sqlite3 --adapter bandit --binary-id 2025-12-30 12:26:26 +00:00
runtime.exs mix phx.new simpleshop_theme --database sqlite3 --adapter bandit --binary-id 2025-12-30 12:26:26 +00:00
test.exs fix: resolve sqlite database busy errors in tests 2026-01-31 14:29:24 +00:00