mirror of https://gitee.com/bigwinds/arangodb
Fix typo.
This commit is contained in:
parent
aae9e92dc0
commit
67bd33152b
|
@ -1271,7 +1271,7 @@ function synchronizeLocalFollowerCollections (plannedCollections,
|
|||
inCurrent.servers[0] === shards[shard][0]) {
|
||||
scheduleOneShardSynchronization(
|
||||
database, shard, collInfo.planId,
|
||||
inCurrent.servers[0]));
|
||||
inCurrent.servers[0]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue