no need to gc.stop()
This commit is contained in:
parent
3569a9c2ac
commit
06c41a18a9
|
@ -189,7 +189,6 @@ function initConductor(peer, config) {
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
peer.gc.stop() // TODO: This should happen automatically in gc.start()
|
|
||||||
peer.gc.start(maxBytes)
|
peer.gc.start(maxBytes)
|
||||||
peer.sync.start()
|
peer.sync.start()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue