Skip to content

Commit 62809a5

Browse files
Update WooCommerce/StoreWidgets/StoreInfoProvider.swift
Co-authored-by: Evgeny Aleksandrov <[email protected]>
1 parent f3b818d commit 62809a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/StoreWidgets/StoreInfoProvider.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ final class StoreInfoProvider: TimelineProvider {
102102
// WooFoundation does not expose `DDLOG` types. Should we include them?
103103
print("⛔️ Error fetching today's widget stats: \(error)")
104104

105-
let reloadDate = Date(timeIntervalSinceNow: 30 * 60) // Ask for a 15 minutes reload.
105+
let reloadDate = Date(timeIntervalSinceNow: 30 * 60) // Ask for a 30 minutes reload.
106106
let timeline = Timeline<StoreInfoEntry>(entries: [.error], policy: .after(reloadDate))
107107
completion(timeline)
108108
}

0 commit comments

Comments
 (0)