mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-29 13:47:47 +00:00
Make temporary keys live one day.
This commit is contained in:
parent
1243123579
commit
f91f77ff2e
@ -34,7 +34,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(600);
|
||||
constexpr auto kTemporaryExpiresIn = TimeId(86400);
|
||||
constexpr auto kBindKeyAdditionalExpiresTimeout = TimeId(30);
|
||||
constexpr auto kTestModeDcIdShift = 10000;
|
||||
constexpr auto kCheckSentRequestsEach = 1 * crl::time(1000);
|
||||
|
Loading…
x
Reference in New Issue
Block a user