We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfa3fcb commit 2f17d0dCopy full SHA for 2f17d0d
frdrpcserver/rpcserver.go
@@ -56,8 +56,8 @@ var (
56
)
57
58
// maxMsgRecvSize is the largest message our REST proxy will receive. We
59
- // set this to 200MiB atm.
60
- maxMsgRecvSize = grpc.MaxCallRecvMsgSize(1 * 1024 * 1024 * 200)
+ // set this to 400MiB atm.
+ maxMsgRecvSize = grpc.MaxCallRecvMsgSize(400 * 1024 * 1024)
61
62
// maxInvoiceQueries is the maximum number of invoices we request from
63
// lnd at a time.
0 commit comments