зеркало из https://github.com/microsoft/etcd3.git
feat(lease): lastKeepAlive
keepaliveOnce() refreshes lastKeepAlive
This commit is contained in:
Родитель
3c04e938e4
Коммит
ddfedc76a0
|
@ -194,6 +194,7 @@ export class Lease extends EventEmitter {
|
|||
throw err;
|
||||
}
|
||||
|
||||
this.lastKeepAlive = Date.now();
|
||||
return res;
|
||||
});
|
||||
});
|
||||
|
|
Загрузка…
Ссылка в новой задаче