diff --git a/src/store.js b/src/store.js index cd1772e..aa2a393 100644 --- a/src/store.js +++ b/src/store.js @@ -1,5 +1,6 @@ // Configuration for IPFS instance const ipfsConfig = { + preload: { enabled: false }, // Prevents large data transfers repo: '/orbitdb/examples/todomvc/ipfs/0.27.0', EXPERIMENTAL: { pubsub: true,