Fix yaml syntax - remove ` in default
This commit is contained in:
@@ -195,7 +195,7 @@
|
|||||||
гарантировать быстрое выполнение.
|
гарантировать быстрое выполнение.
|
||||||
- name: etcd_keepalive_timeout
|
- name: etcd_keepalive_timeout
|
||||||
type: sec
|
type: sec
|
||||||
default: `max(30, etcd_report_interval*2)`
|
default: max(30, etcd_report_interval*2)
|
||||||
info: >
|
info: >
|
||||||
Timeout for etcd connection HTTP Keep-Alive. Should be higher than
|
Timeout for etcd connection HTTP Keep-Alive. Should be higher than
|
||||||
etcd_report_interval to guarantee that keepalive actually works.
|
etcd_report_interval to guarantee that keepalive actually works.
|
||||||
|
|||||||
Reference in New Issue
Block a user