diff --git a/src/main.ts b/src/main.ts index c7a46a4..aa202d8 100644 --- a/src/main.ts +++ b/src/main.ts @@ -41,7 +41,7 @@ const api = new Api({ }); // 24 hours -const CACHE_TTL = 60_000 * 24; +const CACHE_TTL = 60_000 * 60 * 24; class State { #data: null | { matrix: Matrix; lastUpdated: Date } = null;