Update fdbserver/LogSystemDiskQueueAdapter.actor.cpp
Co-Authored-By: Alex Miller <35046903+alexmiller-apple@users.noreply.github.com>
This commit is contained in:
parent
a380dda5e8
commit
e5622a424e
|
@ -67,7 +67,7 @@ public:
|
|||
}
|
||||
if(!self->cursor->hasMessage()) {
|
||||
self->recoveryLoc = self->cursor->version().version;
|
||||
wait(delay(0));
|
||||
wait(yield());
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue