Changeset 7b07035 in Klonkt for src/views

Timestamp:
07/01/2026 06:18:14 PM (2 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
dc41bef
Parents:
f1956d7
Message:

chore(db): add busy_timeout + synchronous=NORMAL for concurrent writers

The delivery worker, request handlers and the upcoming background thread-crawler
write concurrently. busy_timeout retries a short write-lock instead of throwing
SQLITE_BUSY; synchronous=NORMAL is safe under WAL and cuts fsyncs.

  • src/config/database.js — busy_timeout=5000, synchronous=NORMAL (alongside WAL).

Co-Authored-By: Claude <noreply@…>

(No files)

Note: See TracChangeset for help on using the changeset viewer.