You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
SQLite write-contention hardening: PRAGMA synchronous=NORMAL (shorter
write-lock hold), a tunable busy_timeout (BRAGI_SQLITE_BUSY_TIMEOUT_MS,
default raised to 10s), a held=Nms slow-write WARNING on the bragi.db.slow_write logger (threshold BRAGI_SLOW_WRITE_WARN_MS,
default 2000) so write contention is visible in logs, and a
retry-on-database is locked helper applied to the redirect hit-count
bump.