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:
parent
83799b555c
commit
dcf60ae248
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue