Batch big_write data fsyncs

This commit is contained in:
Vitaliy Filippov
2025-11-23 19:08:23 +03:00
parent 98da2cb6e0
commit 908ce74500
2 changed files with 32 additions and 4 deletions
+2
View File
@@ -119,6 +119,8 @@ class blockstore_impl_t: public blockstore_i
journal_flusher_t *flusher;
int write_iodepth = 0;
int inflight_big = 0;
bool fsyncing_data = false;
bool live = false, queue_stall = false;
ring_loop_t *ringloop;