mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-06-05 21:56:42 +00:00
use ipfs@0.40.x
remove pubsub flag
This commit is contained in:
parent
6ca95f7f00
commit
c42afa55ab
@ -38,8 +38,10 @@ const repoConf = {
|
|||||||
|
|
||||||
const defaultConfig = Object.assign({}, {
|
const defaultConfig = Object.assign({}, {
|
||||||
start: true,
|
start: true,
|
||||||
|
preload: {
|
||||||
|
enabled: false
|
||||||
|
},
|
||||||
EXPERIMENTAL: {
|
EXPERIMENTAL: {
|
||||||
pubsub: true,
|
|
||||||
sharding: false,
|
sharding: false,
|
||||||
dht: false,
|
dht: false,
|
||||||
},
|
},
|
||||||
|
@ -38,8 +38,10 @@ const repoConf = {
|
|||||||
|
|
||||||
const defaultConfig = Object.assign({}, {
|
const defaultConfig = Object.assign({}, {
|
||||||
start: true,
|
start: true,
|
||||||
|
preload:{
|
||||||
|
enabled: false
|
||||||
|
},
|
||||||
EXPERIMENTAL: {
|
EXPERIMENTAL: {
|
||||||
pubsub: true,
|
|
||||||
sharding: false,
|
sharding: false,
|
||||||
dht: false,
|
dht: false,
|
||||||
},
|
},
|
||||||
@ -47,7 +49,7 @@ const defaultConfig = Object.assign({}, {
|
|||||||
})
|
})
|
||||||
|
|
||||||
const conf2 = Object.assign({}, defaultConfig, {
|
const conf2 = Object.assign({}, defaultConfig, {
|
||||||
repo: new IPFSRepo('./orbitdb/benchmarks/replication/client22faf/ipfs', repoConf)
|
repo: new IPFSRepo('./orbitdb/benchmarks/replication/client2/ipfs', repoConf)
|
||||||
})
|
})
|
||||||
|
|
||||||
// Metrics output function
|
// Metrics output function
|
||||||
|
30852
package-lock.json
generated
30852
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -46,7 +46,7 @@
|
|||||||
"datastore-level": "0.10.0",
|
"datastore-level": "0.10.0",
|
||||||
"fs-extra": "^7.0.1",
|
"fs-extra": "^7.0.1",
|
||||||
"go-ipfs-dep": "~0.4.20",
|
"go-ipfs-dep": "~0.4.20",
|
||||||
"ipfs": "~0.36.4",
|
"ipfs": "~0.40.0",
|
||||||
"ipfs-http-client": "~37.0.1",
|
"ipfs-http-client": "~37.0.1",
|
||||||
"ipfs-repo": "~0.26.6",
|
"ipfs-repo": "~0.26.6",
|
||||||
"ipfsd-ctl": "~0.42.3",
|
"ipfsd-ctl": "~0.42.3",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user