How do I specify server options?
You can find an example in this github issue: https://github.com/grpc/grpc/issues/11299
For 30mb max message length use:
options = [('grpc.max_message_length', 30 * 1024 * 1024)]
You can find an example in this github issue: https://github.com/grpc/grpc/issues/11299
For 30mb max message length use:
options = [('grpc.max_message_length', 30 * 1024 * 1024)]