From 77e96e673a9b28601bfcdab3b15cfa253b7436c4 Mon Sep 17 00:00:00 2001 From: cgeek <cem.moreau@gmail.com> Date: Sat, 17 Nov 2018 16:20:57 +0100 Subject: [PATCH] [fix] Missing code in commit --- app/modules/crawler/lib/sync.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/modules/crawler/lib/sync.ts b/app/modules/crawler/lib/sync.ts index ec78ff5a5..a4b055f92 100644 --- a/app/modules/crawler/lib/sync.ts +++ b/app/modules/crawler/lib/sync.ts @@ -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 -- GitLab