infostellarinc / stellarcli

A command line utility for accessing the StellarStation API
Apache License 2.0
5 stars 9 forks source link

Increase max grpc receive size to 9MiB. #115

Closed danada closed 4 years ago

danada commented 4 years ago

We have a hard limit of 10MB from pubsub, but generally limit to 9MiB in our code (in the case of overhead from serialization, etc).