mirror of
https://github.com/documenso/documenso.git
synced 2025-11-11 21:12:48 +10:00
chore: reduce open page caching time to 1 hour
This commit is contained in:
committed by
Mythie
parent
faa280c02b
commit
989146f98e
@ -8,7 +8,7 @@ import { FundingRaised } from './funding-raised';
|
|||||||
import { GithubMetric } from './gh-metrics';
|
import { GithubMetric } from './gh-metrics';
|
||||||
import { TeamMembers } from './team-members';
|
import { TeamMembers } from './team-members';
|
||||||
|
|
||||||
export const revalidate = 86400;
|
export const revalidate = 3600;
|
||||||
|
|
||||||
const ZGithubStatsResponse = z.object({
|
const ZGithubStatsResponse = z.object({
|
||||||
stargazers_count: z.number(),
|
stargazers_count: z.number(),
|
||||||
|
|||||||
Reference in New Issue
Block a user