mirror of
https://github.com/QuilibriumNetwork/ceremonyclient.git
synced 2026-02-23 03:17:25 +08:00
Use default peer outbound queue size (#402)
This commit is contained in:
parent
b9f1f0a6af
commit
9a09dc904b
@ -276,7 +276,7 @@ func NewPubSub(ctx context.Context, h host.Host, rt PubSubRouter, opts ...Option
|
||||
disc: &discover{},
|
||||
softMaxMessageSize: DefaultSoftMaxMessageSize,
|
||||
hardMaxMessageSize: DefaultHardMaxMessageSize,
|
||||
peerOutboundQueueSize: 32,
|
||||
peerOutboundQueueSize: DefaultPeerOutboundQueueSize,
|
||||
signID: h.ID(),
|
||||
signKey: nil,
|
||||
signPolicy: LaxSign,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user