Skip to content

Commit

Permalink
Optimise for efficient publishing of snapshots.
Browse files Browse the repository at this point in the history
  • Loading branch information
dokterbob committed Apr 5, 2020
1 parent da623b6 commit 85b6ab8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/ipfs/templates/ipfs_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"Experimental": {
"FilestoreEnabled": true,
"UrlstoreEnabled": false,
"ShardingEnabled": false,
"ShardingEnabled": true,
"Libp2pStreamMounting": false,
"P2pHttpProxy": false,
"QUIC": false,
Expand Down Expand Up @@ -136,7 +136,7 @@
"StrictSignatureVerification": false
},
"Reprovider": {
"Interval": "12h",
"Interval": "0",
"Strategy": "all"
},
"SupernodeRouting": {
Expand Down

0 comments on commit 85b6ab8

Please sign in to comment.