Fix benchmark
This commit is contained in:
parent
acf131830e
commit
f8273fde29
@ -27,7 +27,7 @@ const startIpfs = () => {
|
||||
// resolve(ipfs);
|
||||
// });
|
||||
// });
|
||||
const ipfs = new IPFS()
|
||||
const ipfs = new IPFS('/tmp/benchmark')
|
||||
ipfs.goOnline(() => {
|
||||
resolve(ipfs)
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user