mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-20 19:19:52 +00:00
Adjust key expiration
This commit is contained in:
@@ -227,10 +227,11 @@ static int32_t fixedTimeDifferenceValue = 0;
|
||||
_apiEnvironment = apiEnvironment;
|
||||
_isTestingEnvironment = isTestingEnvironment;
|
||||
_useTempAuthKeys = useTempAuthKeys;
|
||||
#if DEBUG
|
||||
_tempKeyExpiration = 30;
|
||||
#else
|
||||
|
||||
_tempKeyExpiration = 24 * 60 * 60;
|
||||
|
||||
#if DEBUG
|
||||
//_tempKeyExpiration = 30;
|
||||
#endif
|
||||
|
||||
_datacenterSeedAddressSetById = [[NSMutableDictionary alloc] init];
|
||||
|
||||
Reference in New Issue
Block a user