mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-19 23:57:16 +02:00
Fix update request timeout.
This commit is contained in:
parent
266102df2f
commit
688275ea81
1 changed files with 2 additions and 1 deletions
|
@ -270,8 +270,9 @@ void ApiWrap::requestTermsUpdate() {
|
|||
_termsUpdateRequestId = 0;
|
||||
|
||||
const auto requestNext = [&](auto &&data) {
|
||||
const auto timeout = (data.vexpires.v - unixtime());
|
||||
_termsUpdateSendAt = getms(true) + snap(
|
||||
TimeMs(data.vexpires.v - unixtime()),
|
||||
timeout * TimeMs(1000),
|
||||
kTermsUpdateTimeoutMin,
|
||||
kTermsUpdateTimeoutMax);
|
||||
requestTermsUpdate();
|
||||
|
|
Loading…
Add table
Reference in a new issue