Use 5s etcd_report_interval by default

This commit is contained in:
Vitaliy Filippov
2021-11-09 01:27:12 +03:00
parent a1488f7217
commit 4d43774cbb
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ const etcd_tree = {
osd_ping_timeout: 5, // seconds. min: 1
up_wait_retry_interval: 500, // ms. min: 50
// osd
etcd_report_interval: 30, // min: 10
etcd_report_interval: 5,
run_primary: true,
bind_address: "0.0.0.0",
bind_port: 0,