Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit 0fcae79

Browse files
Loosetoothaphelionz
authored andcommittedFeb 25, 2021
disable preload in ipfs config
1 parent f0817a8 commit 0fcae79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

Diff for: ‎src/store.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Configuration for IPFS instance
22
const ipfsConfig = {
3+
preload: { enabled: false }, // Prevents large data transfers
34
repo: '/orbitdb/examples/todomvc/ipfs/0.27.0',
45
EXPERIMENTAL: {
56
pubsub: true,

0 commit comments

Comments
 (0)
This repository has been archived.