Skip to content

Commit

Permalink
bump grpc channel buff (solana-labs#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
segfaultdoc committed Mar 9, 2023
1 parent 56603d4 commit db63eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relayer/src/relayer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ impl Relayer for RelayerImpl {
.get()
.ok_or_else(|| Status::internal("internal error fetching public key"))?;

let (sender, receiver) = channel(1_000);
let (sender, receiver) = channel(50_000);
self.subscription_sender
.send(Subscription::ValidatorPacketSubscription {
pubkey: *pubkey,
Expand Down

0 comments on commit db63eff

Please sign in to comment.