We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1e43da commit ce432f5Copy full SHA for ce432f5
iOS_SDK/OneSignalSDK/OneSignalLiveActivities/Source/Executors/OSLiveActivitiesExecutor.swift
@@ -98,7 +98,7 @@ class RequestCache {
98
99
class UpdateRequestCache: RequestCache {
100
// An update token should not last longer than 8 hours, we keep for 24 hours to be safe.
101
- static let OneDayInSeconds = TimeInterval(60 * 60 * 24 * 365)
+ static let OneDayInSeconds = TimeInterval(60 * 60 * 24)
102
103
init() {
104
super.init(cacheKey: OS_LIVE_ACTIVITIES_EXECUTOR_UPDATE_TOKENS_KEY, ttl: UpdateRequestCache.OneDayInSeconds)
0 commit comments