pinchflat/config
Amadeus Mader 46a1500aed fix(db): add busy_timeout to prevent SQLite database busy errors
Configure SQLite busy_timeout PRAGMA to 5000ms so queries wait for
locks to be released instead of failing immediately. This prevents
Oban job queue from getting stuck with 'Database busy' errors during
concurrent operations.
2026-03-07 18:49:34 +01:00
..
config.exs fix(db): add busy_timeout to prevent SQLite database busy errors 2026-03-07 18:49:34 +01:00
dev.exs [Enhancement] Add Prometheus support (#556) 2025-01-09 12:38:17 -08:00
prod.exs Made tz data location user-configurable (#238) 2024-05-13 09:27:16 -07:00
runtime.exs fix: pr #860 2026-03-01 22:02:30 +01:00
test.exs [Enhancement] Add Apprise support (#170) 2024-04-09 17:45:39 -07:00