Date: 2025-01-10 05:27:18
Score: 2
Natty:
as per nextjs offical documentation
https://nextjs.org/docs/14/app/building-your-application/data-fetching/fetching-caching-and-revalidating
export const revalidate = 3600;
The value 3600 represents seconds, which equals 1 hour revalidate at most every hour
Reasons:
- Probably link only (1):
- Low length (1):
- Has code block (-0.5):
- Low reputation (0.5):
Posted by: Sourabh Chavan