Fix yaml syntax - remove ` in default

This commit is contained in:
Vitaliy Filippov
2022-01-29 02:08:48 +03:00
parent d9869d8116
commit d123e58ea3
+1 -1
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.