Next.js Discord

Discord Forum

Is there any limit for Revalidate in getStaticProps?

Unanswered
Spectacled bear posted this in #help-forum
Open in Discord
Spectacled bearOP
For example can I set revalidate to 1 day (86400) ? Is there any limit for it or any consequence for doing so? Also sometimes I notice it revalidates even before the period elapse. Why might this be the case? Note I am doing page routing not app routing.

3 Replies

Western paper wasp
You can set it to any duration
there aren’t limits afaik
Spectacled bearOP
thanks