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
@@ -94,7 +94,7 @@ class osd_t
// config
json11::Json::object config;
int etcd_report_interval = 30;
int etcd_report_interval = 5;
bool readonly = false;
osd_num_t osd_num = 1; // OSD numbers start with 1