Update fdbserver/LogSystemDiskQueueAdapter.actor.cpp

Co-Authored-By: Alex Miller <35046903+alexmiller-apple@users.noreply.github.com>
This commit is contained in:
Evan Tschannen 2019-07-12 18:13:56 -07:00 committed by GitHub
parent a380dda5e8
commit e5622a424e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ public:
}
if(!self->cursor->hasMessage()) {
self->recoveryLoc = self->cursor->version().version;
wait(delay(0));
wait(yield());
continue;
}
}