Skip to content

Commit

Permalink
Merge pull request #195 from LN-Zap/chore/rpcserver
Browse files Browse the repository at this point in the history
frdrpcserver: update rpcserver-max-recv-size
  • Loading branch information
guggero authored Aug 23, 2024
2 parents 242d5e5 + 2f8f339 commit 3aeb6c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frdrpcserver/rpcserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ var (
)

// maxMsgRecvSize is the largest message our REST proxy will receive. We
// set this to 400MiB atm.
maxMsgRecvSize = grpc.MaxCallRecvMsgSize(400 * 1024 * 1024)
// set this to 600MiB atm.
maxMsgRecvSize = grpc.MaxCallRecvMsgSize(600 * 1024 * 1024)

// maxInvoiceQueries is the maximum number of invoices we request from
// lnd at a time.
Expand Down

0 comments on commit 3aeb6c6

Please sign in to comment.