Commit 14f19988 authored by Ramon Nou's avatar Ramon Nou
Browse files

add config.hpp

parent 422d630f
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -83,6 +83,7 @@ namespace io {
 * If buffer is not zeroed, sparse regions contain invalid data.
 */
constexpr auto zero_buffer_before_read = false;
constexpr auto enable_chunk_read_before_write = true;
/*
 * When the daemon handler serves a read request, it starts tasklets (for each
 * chunk) from the io pool to read all chunks of that read request in parallel.