about summary refs log tree commit diff
path: root/src/state/queries/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/state/queries/index.ts')
-rw-r--r--src/state/queries/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/state/queries/index.ts b/src/state/queries/index.ts
index 0635bf316..d4b9d94c4 100644
--- a/src/state/queries/index.ts
+++ b/src/state/queries/index.ts
@@ -6,6 +6,7 @@ export const STALE = {
   MINUTES: {
     ONE: 1e3 * 60,
     FIVE: 1e3 * 60 * 5,
+    THIRTY: 1e3 * 60 * 30,
   },
   HOURS: {
     ONE: 1e3 * 60 * 60,