From 06c41a18a950168935aa7bda0632d651872f2afe Mon Sep 17 00:00:00 2001 From: Andre Staltz Date: Thu, 21 Dec 2023 11:55:50 +0200 Subject: [PATCH] no need to gc.stop() --- lib/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index 53d6c6a..05e42ec 100644 --- a/lib/index.js +++ b/lib/index.js @@ -189,7 +189,6 @@ function initConductor(peer, config) { } }) - peer.gc.stop() // TODO: This should happen automatically in gc.start() peer.gc.start(maxBytes) peer.sync.start() }