Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
timothe
duniter
Commits
77e96e67
Commit
77e96e67
authored
Nov 17, 2018
by
Cédric Moreau
Browse files
[fix] Missing code in commit
parent
0e9cd32c
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/modules/crawler/lib/sync.ts
View file @
77e96e67
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment