Skip to content

Commit 5c6cb3a

Browse files
author
Julien Bouquillon
committed
fix(ipfs): dont preload
1 parent 6e4c78a commit 5c6cb3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ipfs-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const DEFAULT_IPFS_CONFIG = {
77
},
88
},
99
preload: {
10-
enabled: true,
10+
enabled: false,
1111
},
1212
repo: "./some-repo",
1313
EXPERIMENTAL: { pubsub: true },

0 commit comments

Comments
 (0)