Skip to content

Commit

Permalink
max frcli to maxrecvsize to rpcserver
Browse files Browse the repository at this point in the history
  • Loading branch information
ronballesteros committed Jan 6, 2025
1 parent 850b9a0 commit 42aac74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/frcli/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ import (

var (
// maxMsgRecvSize is the largest message our client will receive. We
// set this to 200MiB atm.
maxMsgRecvSize = grpc.MaxCallRecvMsgSize(1 * 1024 * 1024 * 200)
// set this to 800MiB atm.
maxMsgRecvSize = grpc.MaxCallRecvMsgSize(800 * 1024 * 1024)

// defaultMacaroonTimeout is the default macaroon timeout in seconds
// that we set when sending it over the line.
Expand Down

0 comments on commit 42aac74

Please sign in to comment.