From 7a2c696e6fc3468ddbdfaf12914a545dda91f513 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 19 Dec 2020 13:37:16 +0000 Subject: [PATCH] Increase page cache time --- config/system.performance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/system.performance.yml b/config/system.performance.yml index b09c301..9d996f8 100644 --- a/config/system.performance.yml +++ b/config/system.performance.yml @@ -1,6 +1,6 @@ cache: page: - max_age: 3600 + max_age: 86400 css: preprocess: true gzip: true