Openstatus www.openstatus.dev
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: tb cache (#714)

authored by

Maximilian Kaske and committed by
GitHub
4efe1583 c70617d5

+1 -1
+1 -1
packages/tinybird/src/os-client.ts
··· 3 3 4 4 import { flyRegions } from "@openstatus/utils"; 5 5 6 - const MIN_CACHE = 30; // 30s 6 + const MIN_CACHE = 60; // 60s 7 7 const DEFAULT_CACHE = 120; // 2min 8 8 const MAX_CACHE = 86400; // 1d 9 9