Don't automatically watch for events

This commit is contained in:
Râu Cao 2022-11-02 12:57:53 +01:00
parent 0ac7228bfe
commit 4888d1be78
Signed by: raucao
GPG Key ID: 15E65F399D084BA9
1 changed files with 1 additions and 1 deletions

View File

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