Skip to content

Commit 85b6ab8

Browse files
committed
Optimise for efficient publishing of snapshots.
Ref: ipfs/notes#212
1 parent da623b6 commit 85b6ab8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/ipfs/templates/ipfs_config.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"Experimental": {
9494
"FilestoreEnabled": true,
9595
"UrlstoreEnabled": false,
96-
"ShardingEnabled": false,
96+
"ShardingEnabled": true,
9797
"Libp2pStreamMounting": false,
9898
"P2pHttpProxy": false,
9999
"QUIC": false,
@@ -136,7 +136,7 @@
136136
"StrictSignatureVerification": false
137137
},
138138
"Reprovider": {
139-
"Interval": "12h",
139+
"Interval": "0",
140140
"Strategy": "all"
141141
},
142142
"SupernodeRouting": {

0 commit comments

Comments
 (0)