diff options
Diffstat (limited to 'src/state/queries/index.ts')
-rw-r--r-- | src/state/queries/index.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/state/queries/index.ts b/src/state/queries/index.ts index 35f841a93..e7c5f577b 100644 --- a/src/state/queries/index.ts +++ b/src/state/queries/index.ts @@ -5,6 +5,10 @@ export const PUBLIC_BSKY_AGENT = new BskyAgent({ }) export const STALE = { + SECONDS: { + FIFTEEN: 1e3 * 15, + THIRTY: 1e3 * 30, + }, MINUTES: { ONE: 1e3 * 60, FIVE: 1e3 * 60 * 5, |