0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-02 13:48:53 +02:00

ircd::db: Partial revert of 614f9cb31 due to unaligned throughput complications.

This commit is contained in:
Jason Volk 2020-09-14 23:40:58 -07:00
parent 9e7991900c
commit 3cf21998ae

View file

@ -1340,7 +1340,7 @@ try
0;
// Use the determined direct io value for writes as well.
opts->use_direct_io_for_flush_and_compaction = opts->use_direct_reads;
//opts->use_direct_io_for_flush_and_compaction = opts->use_direct_reads;
// Doesn't appear to be in effect when direct io is used. Not supported by
// all filesystems so disabled for now.