Enable progress_notify=true for etcd watches

This commit is contained in:
Vitaliy Filippov
2020-11-17 16:29:42 +03:00
parent d3e7749616
commit 959089b919
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -331,6 +331,7 @@ class Mon
range_end: b64(this.etcd_prefix+'0'),
start_revision: ''+this.etcd_watch_revision,
watch_id: 1,
progress_notify: true,
},
}));
this.ws.on('message', (msg) =>