Just want to know around the header that I have specified for my SSR pages: public, s-maxage=3600, stale-while-revalidate=59.
Please note that my stale-while-revalidate value is 59 seconds which is way less than s-maxage value which is 1 hour. I want to know that when stale-while-revalidate value is smaller than s-maxage, what happens exactly? Is the stale-while-revalidate header ignored?