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.
2 parents d89c44c + 5263102 commit 1140eb1Copy full SHA for 1140eb1
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 600MiB.
794
- maxMsgRecvSize = grpc.MaxCallRecvMsgSize(600 * 1024 * 1024)
+ // We set this to 800MiB.
+ maxMsgRecvSize = grpc.MaxCallRecvMsgSize(800 * 1024 * 1024)
795
)
796
797
func getClientConn(cfg *LndServicesConfig) (*grpc.ClientConn, error) {
0 commit comments