Skip to content

Commit

Permalink
update to 800
Browse files Browse the repository at this point in the history
  • Loading branch information
ronballesteros committed Dec 24, 2024
1 parent 53966d1 commit 850b9a0
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 @@ -57,8 +57,8 @@ var (
)

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

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

0 comments on commit 850b9a0

Please sign in to comment.