diff --git a/config/config.yml b/config/config.yml index 3700ba0eeca..d380b2ce43f 100644 --- a/config/config.yml +++ b/config/config.yml @@ -64,4 +64,5 @@ cache: # behind the scenes to update the cache. This ensures users primarily interact with the cache, but may receive stale pages (older than timeToLive). # When set to false, after timeToLive expires, the next request will wait on SSR to complete & receive a fresh page (which is then saved to cache). # This ensures stale pages (older than timeToLive) are never returned from the cache, but some users will wait on SSR. - allowStale: true \ No newline at end of file + allowStale: true + \ No newline at end of file