EventStore / EventStore-Client-Dotnet

Dotnet Client SDK for the Event Store gRPC Client API written in C#
Other
143 stars 37 forks source link

Increase max receive message length to match the max event size in EventStoreDB #193

Closed hayley-jean closed 2 years ago

hayley-jean commented 2 years ago

EventStoreDB allows events up to 16mb in size so the gRPC clients need to be able to read events this large.

Increase the grpc.max_receive_message_length to 17mb.