Files
appwrite/app/init
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-03-15 14:17:47 +01:00