1
0
Fork 0

Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel

This commit is contained in:
Max Neunhoeffer 2017-06-08 23:14:42 +02:00
commit f2154cdda4
1 changed files with 1 additions and 1 deletions

View File

@ -919,7 +919,7 @@ write_ret_t Agent::write(query_t const& query, bool discardStartup) {
return write_ret_t(false, leader);
}
if (!discardStartup) {
if (discardStartup) {
CONDITION_LOCKER(guard, _waitForCV);
while (_startup) {
_waitForCV.wait(100);