Fix yaml syntax - remove ` in default

non-odp-rdma
Vitaliy Filippov 2022-01-29 02:08:45 +03:00
parent d9869d8116
commit d123e58ea3
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@
гарантировать быстрое выполнение.
- name: etcd_keepalive_timeout
type: sec
default: `max(30, etcd_report_interval*2)`
default: max(30, etcd_report_interval*2)
info: >
Timeout for etcd connection HTTP Keep-Alive. Should be higher than
etcd_report_interval to guarantee that keepalive actually works.