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}` })