Rodney Rodriguez, PhD

Results 1 comments of Rodney Rodriguez, PhD

```go type GRPCConfig struct { // Enable reflection for grpc server (default: true) ReflectionEnabled bool `yaml:"reflectionEnabled" default:"true"` MaxCallRecvMsgSizeBytes int `yaml:"maxCallRecvMsgSize" default:"4194304"` // 4MB = 4 * 1024 * 1024 =...