db cache updated

This commit is contained in:
Owen Rees
2023-06-15 13:24:45 +02:00
parent 0bca6488a4
commit fb9966fc25
5 changed files with 87 additions and 70 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import Layout from "@/components/Layout";
import TournamentTable from "@/components/TournamentTable";
import { dateOrderingFrance } from "@/utils/dbDateOrdering";
export const revalidate = 86400; // cache for 24 hours
export const revalidate = 3600; // revalidate cache every 6 hours
/**
* Imports the tournament map component, ensuring CSR only.