Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow for 10MB messages to and from a remote db
Got an error message that looked something like this: ``` JunoStateGetCompiledClass failed to read class { "err": "rpc error: code = ResourceExhausted desc = grpc: received message larger than max (5877256 vs. 4194304)" } github.com/NethermindEth/juno/vm.JunoStateGetCompiledClass/home/user/repos/juno/vm/state_reader.go:80 ``` https://stackoverflow.com/questions/55362342/grpc-received-message-larger-than-max-8653851-vs-4194304
- Loading branch information