From 4888d1be7892b65ac72340891ede194591ae07fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Wed, 2 Nov 2022 12:57:53 +0100 Subject: [PATCH] Don't automatically watch for events --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 1751695..077f6d4 100755 --- a/index.js +++ b/index.js @@ -12,7 +12,7 @@ const argv = require('yargs') host: 'localhost', port: '5001', protocol: 'http', - watch: true, + watch: false, progress: false, bootstrapNode: `${defaultPeers[0].Addrs[0]}/ipfs/${defaultPeers[0].ID}` })