Split etcd_stats_interval out of etcd_report_interval

This commit is contained in:
Vitaliy Filippov
2023-10-27 01:26:26 +03:00
parent 6fd2cf5df6
commit be7e76f849
7 changed files with 30 additions and 9 deletions
+1
View File
@@ -99,6 +99,7 @@ const etcd_tree = {
etcd_ws_keepalive_interval: 30, // seconds
// osd
etcd_report_interval: 5, // seconds
etcd_stats_interval: 30, // seconds
run_primary: true,
osd_network: null, // "192.168.7.0/24" or an array of masks
bind_address: "0.0.0.0",