my own status page
0
fork

Configure Feed

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

feat: track for one year

+1 -1
+1 -1
src/index.ts
··· 91 91 ); 92 92 93 93 await Promise.all(checks); 94 - await pruneOldPings(env.DB, 90); 94 + await pruneOldPings(env.DB, 365); 95 95 }, 96 96 } satisfies ExportedHandler<Env>;