0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-25 08:12:37 +01:00

ircd::db::env: Use opts.all for sequential file read.

This commit is contained in:
Jason Volk 2022-09-08 20:56:45 -07:00
parent 83799b555c
commit dcf60ae248

View file

@ -2952,7 +2952,7 @@ noexcept try
opts.offset = offset;
opts.priority = ionice;
opts.aio = this->aio;
opts.all = false;
opts.all = true;
const mutable_buffer buf
{
scratch, length