mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-08 23:01:53 +02:00
lnd: allow large GRPC messages
This commit is contained in:
@@ -14,4 +14,8 @@ var (
|
||||
regexp.MustCompile("^/v1/channels/transaction-stream$"),
|
||||
regexp.MustCompile("^/v2/router/htlcinterceptor$"),
|
||||
}
|
||||
|
||||
// MaxGrpcMsgSize is used when we configure both server and clients to
|
||||
// allow sending/receiving at most 200 MiB GRPC messages.
|
||||
MaxGrpcMsgSize = 200 * 1024 * 1024
|
||||
)
|
||||
|
Reference in New Issue
Block a user