Skip to content

Commit 4cecfe8

Browse files
committed
fix: disable IPNI indexing in devnet Curio config
Ref: filecoin-project/curio#1073
1 parent f6e4721 commit 4cecfe8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/commands/start/curio/constants.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ EnableCommP = true
2222
EnableMoveStorage = true
2323
EnablePDP = true
2424
EnableParkPiece = true
25+
26+
[StorageMarket.IPNI]
27+
Disable = true
2528
"#;
2629

2730
/// Wait times (in seconds)

0 commit comments

Comments
 (0)