mirror of https://gitee.com/bigwinds/arangodb
Add a true argument.
This commit is contained in:
parent
4e523a19ed
commit
a8bf9bd9ca
|
@ -2399,7 +2399,7 @@ std::shared_ptr<std::vector<ShardID>> ClusterInfo::getShardList (
|
|||
CollectionID const& collectionID) {
|
||||
|
||||
if (! _plannedCollectionsProt.isValid) {
|
||||
loadPlannedCollections();
|
||||
loadPlannedCollections(true);
|
||||
}
|
||||
|
||||
int tries = 0;
|
||||
|
|
Loading…
Reference in New Issue