0453078213
In this commit, we increase the gRPC block size from 4MB to 50MB. Recently, the output of `lncli describegraph` has hit the block size cap due to the expansion of the mainnet graph. Without this attempts to fetch the graph returns an error of: ``` [lncli] rpc error: code = ResourceExhausted desc = grpc: received message larger than max (4246753 vs. 4194304) ``` With this commit, we give ourselves some breathing room. It's important to note that the max message size limit is a _client side_ setting. As a result, any developers driving `lnd` with gRPC will also need to raise their block size limit as well if they wish to fetch the graph over gRPC. |
||
---|---|---|
.. | ||
autopilotrpc_active.go | ||
autopilotrpc_default.go | ||
commands.go | ||
main.go |