Set default etcd_ws_keepalive_interval to 5

This commit is contained in:
Vitaliy Filippov
2024-06-08 00:38:48 +03:00
parent 1228403e74
commit 6501abc060
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ protected:
void pick_next_etcd();
public:
int etcd_keepalive_timeout = 30;
int etcd_ws_keepalive_interval = 30;
int etcd_ws_keepalive_interval = 5;
int max_etcd_attempts = 5;
int etcd_quick_timeout = 1000;
int etcd_slow_timeout = 5000;