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 0d4b320 commit 1629348Copy full SHA for 1629348
lnd_services.go
@@ -790,8 +790,8 @@ var (
790
defaultChainSubDir = "chain"
791
792
// maxMsgRecvSize is the largest gRPC message our client will receive.
793
- // We set this to 200MiB.
794
- maxMsgRecvSize = grpc.MaxCallRecvMsgSize(1 * 1024 * 1024 * 200)
+ // We set this to 400MiB.
+ maxMsgRecvSize = grpc.MaxCallRecvMsgSize(400 * 1024 * 1024)
795
)
796
797
func getClientConn(cfg *LndServicesConfig) (*grpc.ClientConn, error) {
0 commit comments