Skip to content

Commit

Permalink
Merge pull request #1895 from marta-lokhova/fix_publish_queue_race_cond
Browse files Browse the repository at this point in the history
Remove publish snapshot race condition

Reviewed-by: MonsieurNicolas
  • Loading branch information
latobarita authored Jan 4, 2019
2 parents cfcd5d4 + 628e8a7 commit 3c82153
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/history/HistoryManagerImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ HistoryManagerImpl::queueCurrentHistory()

mPublishQueued++;
mPublishQueueBuckets.addBuckets(has.allBuckets());
takeSnapshotAndPublish(has);
}

void
Expand Down

0 comments on commit 3c82153

Please sign in to comment.