diff --git a/src/core/components/go-online.js b/src/core/components/go-online.js index 0c7cef6ef4..d710478899 100644 --- a/src/core/components/go-online.js +++ b/src/core/components/go-online.js @@ -31,9 +31,9 @@ module.exports = (self) => { self._blockService.goOnline(self._bitswap) cb() }, - (cb) => self._pubsub.start(cb), + (cb) => self._pubsub.start(cb) // , // For all of the protocols to handshake with each other - (cb) => setTimeout(cb, 1000) + // (cb) => setTimeout(cb, 1000) // Still not decided if we want this ], callback) }) }