Rulvar API reference / @rulvar/store-sqlite / QUOTA_BUSY_TIMEOUT_MS
Variable: QUOTA_BUSY_TIMEOUT_MS
ts
const QUOTA_BUSY_TIMEOUT_MS: 2000 = 2_000;Defined in: packages/store-sqlite/src/quota.ts:60
How long a runtime reserve/reconcile transaction waits for a sibling process's transaction before the driver reports busy. Quota admissions are short single-writer transactions; queueing here IS the cross-process serialization working.