You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -58,7 +58,7 @@ Alternatively, these configurations can be passed to flagd via config file, spec
58
58
| providerID | optional `string`| Value binds to grpc connection's providerID field. gRPC server implementations may use this to identify connecting flagd instance |
59
59
| selector | optional `string`| Value binds to grpc connection's selector field. gRPC server implementations may use this to filter flag configurations |
60
60
| certPath | optional `string`| Used for grpcs sync when TLS certificate is needed. If not provided, system certificates will be used for TLS connection |
61
-
| maxMsgSize | optional `int`| Used for gRPC sync to set max receive message size (in bytes) e.g. 5242880 for 5MB. If not provided, the default is [4MB](https://pkg.go.dev/google.golang.org#grpc#MaxCallRecvMsgSize)|
61
+
| maxMsgSize | optional `int`| Used for gRPC sync to set max receive message size (in bytes) e.g. 5242880 for 5MB. If not provided, the default is [4MB](https://pkg.go.dev/google.golang.org#grpc#MaxCallRecvMsgSize)|
62
62
63
63
The `uri` field values **do not** follow the [URI patterns](#uri-patterns). The provider type is instead derived
64
64
from the `provider` field. Only exception is the remote provider where `http(s)://` is expected by default. Incorrect
0 commit comments