Adjust key expiration

This commit is contained in:
Ali
2023-01-31 18:37:04 +01:00
parent a0855b4772
commit 9e35583dae

View File

@@ -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];