Skip to content

v1.35.0

Choose a tag to compare

@sgaduuw sgaduuw released this 15 Jun 05:12
· 11 commits to develop since this release
1b1c3ea

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.