mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
db cache updated
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user