mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Closed alpha version 1.9.1.2: Key expire in 10 min.
This commit is contained in:
parent
410efc924b
commit
54b5342af4
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ constexpr auto kMarkConnectionOldTimeout = crl::time(192000);
|
|||
constexpr auto kPingDelayDisconnect = 60;
|
||||
constexpr auto kPingSendAfter = 30 * crl::time(1000);
|
||||
constexpr auto kPingSendAfterForce = 45 * crl::time(1000);
|
||||
constexpr auto kTemporaryExpiresIn = TimeId(10);
|
||||
constexpr auto kTemporaryExpiresIn = TimeId(600);
|
||||
constexpr auto kBindKeyAdditionalExpiresTimeout = TimeId(30);
|
||||
constexpr auto kTestModeDcIdShift = 10000;
|
||||
constexpr auto kCheckSentRequestsEach = 1 * crl::time(1000);
|
||||
|
|
Loading…
Add table
Reference in a new issue