no need to gc.stop()

This commit is contained in:
Andre Staltz 2023-12-21 11:55:50 +02:00
parent 3569a9c2ac
commit 06c41a18a9
No known key found for this signature in database
GPG Key ID: 9EDE23EA7E8A4890
1 changed files with 0 additions and 1 deletions

View File

@ -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()
} }