mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-04 18:23:05 +00:00
Postgres fsyncs on every commit by default, which dominates a commit-heavy test suite. Turn off synchronous_commit/fsync/full_page_writes on the throwaway CI database (reload- time settings, no restart). MariaDB CI is unaffected (DB != postgres).