Files
appwrite/app
Jake Barnby f7e7c8e23f fix(sqlite): bump busy_timeout to 30s and use synchronous=NORMAL
E2E test backend was hitting SQLITE_BUSY ("database is locked") under
Swoole's concurrent worker fanout, since SQLite serialises writes through
a single file lock. The previous 5s timeout was too tight for parallel
test load. NORMAL synchronous halves write fsync cost on WAL — fine for
ephemeral test databases.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-30 14:06:18 +12:00
..
2025-12-02 01:40:44 +00:00
2026-04-29 14:14:49 +02:00
2026-04-29 13:52:13 +02:00
2026-04-16 16:57:19 +05:30
2026-01-03 22:38:17 +00:00