This commit is contained in:
haad 2016-11-01 15:14:51 +01:00
parent 1af091f952
commit 4409813b25

View File

@ -21,7 +21,7 @@ const queryLoop = (db) => {
// Start
let run = (() => {
IpfsDaemon({ IpfsDataDir: '/tmp/orbitd-b-benchmark' })
IpfsDaemon({ IpfsDataDir: '/tmp/orbit-db-benchmark' })
.then((res) => {
const orbit = new OrbitDB(res.ipfs, 'benchmark')
const db = orbit.eventlog('orbit-db.benchmark')