mirror of
https://github.com/XTXMarkets/ternfs.git
synced 2026-05-25 07:40:16 -05:00
f3f5b4b0e2
We manually control flush of the WAL. We persist the changes outside the loop by calling flush() with sync. Since we only send responses after flush we will never send information about anything that was not persisted.