1
0
Fork 0

Add a true argument.

This commit is contained in:
Max Neunhoeffer 2015-12-08 20:12:53 +01:00
parent 4e523a19ed
commit a8bf9bd9ca
1 changed files with 1 additions and 1 deletions

View File

@ -2399,7 +2399,7 @@ std::shared_ptr<std::vector<ShardID>> ClusterInfo::getShardList (
CollectionID const& collectionID) {
if (! _plannedCollectionsProt.isValid) {
loadPlannedCollections();
loadPlannedCollections(true);
}
int tries = 0;