Skip to content
Snippets Groups Projects
Commit 77e96e67 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[fix] Missing code in commit

parent 0e9cd32c
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,7 @@ export class Synchroniser extends stream.Duplex {
this.watcher)
const localIndexer = new LocalIndexStream()
const globalIndexer = new GlobalIndexStream(this.server.conf, this.server.dal, to, localNumber, this.syncStrategy, this.watcher)
const globalIndexer = new GlobalIndexStream(this.server.conf, this.server.dal, to, localNumber, cautious, this.syncStrategy, this.watcher)
await new Promise((res, rej) => {
milestonesStream
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment