Hi,
When using the setting: ’ Serve stale content while revalidating’ in the Caching Rules with a Edge TTL Timeout of 2 hours.
How long will an expired post be served as stale content while revalidating?
I know that I can set the header: ‘Cache-Control: public, max-age=3600, stale-if-error=60’, but I want to see if the default value is something that is already in range of what I’m looking for without having to alter more things “just for cloudflare”.
Or maybe there’s even another way I can set how long I want expired posts to be served for?
If I don’t include ‘stale-while-revalidate=’ in my Cache-Control header - how long can an expired post be served for?