mirror of
https://github.com/XTXMarkets/ternfs.git
synced 2025-12-20 10:10:17 -06:00
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.