Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha committed Mar 13, 2024
1 parent ee44051 commit e5bf552
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/blox/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -1237,6 +1237,8 @@ func action(ctx *cli.Context) error {
blox.WithBlockchainEndPoint(app.blockchainEndpoint),
blox.WithSecretsPath(app.secretsPath),
blox.WithPingCount(5),
blox.WithMaxPingTime(900),
blox.WithMinSuccessPingRate(7),
blox.WithDefaultIPFShttpServer(useIPFSServer),
blox.WithIpfsClient(node),
blox.WithPoolHostMode(app.poolHost),
Expand Down

0 comments on commit e5bf552

Please sign in to comment.