Skip to content

Commit

Permalink
Fix connmgr-high not getting set
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanjuan committed Oct 19, 2023
1 parent 4e121dd commit a88f3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ to create libp2p identities for the gateway.
DataDir: ddir,
GatewayDomain: cctx.String("gateway-domain"),

Check warning on line 201 in main.go

View check run for this annotation

Codecov / codecov/patch

main.go#L201

Added line #L201 was not covered by tests
ConnMgrLow: cctx.Int("connmgr-low"),
ConnMgrHi: cctx.Int("connmgr-hi"),
ConnMgrHi: cctx.Int("connmgr-high"),

Check warning on line 203 in main.go

View check run for this annotation

Codecov / codecov/patch

main.go#L203

Added line #L203 was not covered by tests
ConnMgrGrace: cctx.Duration("connmgr-grace"),
MaxMemory: cctx.Uint64("max-memory"),
MaxFD: cctx.Int("max-fd"),
Expand Down

0 comments on commit a88f3d5

Please sign in to comment.