Skip to content

Commit

Permalink
Merge pull request #132 from SiaFoundation/nate/increase-default-inbo…
Browse files Browse the repository at this point in the history
…und-peers

Increase inbound peers
  • Loading branch information
n8maninger authored Oct 30, 2024
2 parents 303af61 + e5e4221 commit 0917e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/explored/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ func runRootCmd(ctx context.Context, log *zap.Logger) error {
UniqueID: gateway.GenerateUniqueID(),
NetAddress: syncerAddr,
}
s := syncer.New(syncerListener, cm, ps, header, syncer.WithLogger(log.Named("syncer")))
s := syncer.New(syncerListener, cm, ps, header, syncer.WithLogger(log.Named("syncer")), syncer.WithMaxInboundPeers(256))
defer s.Close()
go s.Run(ctx)

Expand Down

0 comments on commit 0917e7b

Please sign in to comment.