Openstatus www.openstatus.dev

fix: extend public cache (#536)

authored by

Maximilian Kaske and committed by
GitHub
d27f1c3f 9fd22037

+4 -4
+2 -2
apps/web/src/components/svg/trigger.tsx
··· 48 48 fill="currentColor" 49 49 ></path> 50 50 <path 51 - fill-rule="evenodd" 52 - clip-rule="evenodd" 51 + fillRule="evenodd" 52 + clipRule="evenodd" 53 53 d="M35.664 42.3949L59.4114 1.26865L118.264 103.194H0.558823L24.3062 62.0665L41.1046 71.7643L34.157 83.7971H84.6657L59.4114 40.0612L52.4637 52.094L35.664 42.3949Z" 54 54 fill="currentColor" 55 55 ></path>
+2 -2
packages/tinybird/src/client.ts
··· 36 36 parameters: tbParameterMonitorList, 37 37 data: tbBuildMonitorList, 38 38 opts: { 39 - cache: "no-store", 40 - // revalidate: 30, // 30 seconds cache 39 + // cache: "no-store", 40 + revalidate: 300, // 5 min cache 41 41 }, 42 42 }); 43 43 }