mirror of
https://github.com/lightninglabs/faraday.git
synced 2026-08-13 12:33:35 +02:00
frdrpcserver: bump REST connection gRPC max recv size
This commit is contained in:
parent
dfa3fcb0a9
commit
2f17d0d2ae
1 changed files with 2 additions and 2 deletions
|
|
@ -56,8 +56,8 @@ var (
|
|||
)
|
||||
|
||||
// maxMsgRecvSize is the largest message our REST proxy will receive. We
|
||||
// set this to 200MiB atm.
|
||||
maxMsgRecvSize = grpc.MaxCallRecvMsgSize(1 * 1024 * 1024 * 200)
|
||||
// set this to 400MiB atm.
|
||||
maxMsgRecvSize = grpc.MaxCallRecvMsgSize(400 * 1024 * 1024)
|
||||
|
||||
// maxInvoiceQueries is the maximum number of invoices we request from
|
||||
// lnd at a time.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue