From cb1ea5ea4f163d87053285d3fb7999b12a3558b9 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sun, 12 Apr 2026 00:15:13 -0500 Subject: harden system status and app reliability --- Hutch/App/AppStorageKeys.swift | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Hutch/App/AppStorageKeys.swift') diff --git a/Hutch/App/AppStorageKeys.swift b/Hutch/App/AppStorageKeys.swift index dcf38ba..c1b39c4 100644 --- a/Hutch/App/AppStorageKeys.swift +++ b/Hutch/App/AppStorageKeys.swift @@ -6,4 +6,6 @@ enum AppStorageKeys { static let wrapRepositoryFileLines = "wrapRepositoryFileLines" static let lookupHistory = "lookupHistory" static let hutchStatsBaseURL = "hutchStatsBaseURL" + static let systemStatusSnapshotCache = "systemStatusSnapshotCache" + static let systemStatusIncidentCache = "systemStatusIncidentCache" } -- cgit v1.2.3