fix: align the default value for msg size (#10947)
This commit is contained in:
parent
3a3802e02f
commit
b1e3ece613
|
|
@ -22,7 +22,7 @@ The TCP dialout transport is supported on IOS XR (32-bit and 64-bit) 6.1.x and l
|
|||
service_address = ":57000"
|
||||
|
||||
## Grpc Maximum Message Size, default is 4MB, increase the size.
|
||||
max_msg_size = 20000000
|
||||
max_msg_size = 4000000
|
||||
|
||||
## Enable TLS; grpc transport only.
|
||||
# tls_cert = "/etc/telegraf/cert.pem"
|
||||
|
|
|
|||
Loading…
Reference in New Issue