From bf9622146a47070801b68ece999aaf5570f31885 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Sat, 3 Jun 2023 20:57:56 +0100 Subject: [PATCH] Set a lower cache_max_time for GC --- docker/wp-cache-config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/wp-cache-config.php b/docker/wp-cache-config.php index 9984019a..425864a8 100644 --- a/docker/wp-cache-config.php +++ b/docker/wp-cache-config.php @@ -8,7 +8,7 @@ See wp-cache.php for author details. $cache_compression = 0; // Super cache compression $cache_enabled = true; $super_cache_enabled = true; -$cache_max_time = 3600; //in seconds +$cache_max_time = 300; //in seconds //$use_flock = true; // Set it true or false if you know what to use $cache_path = WP_CONTENT_DIR . '/cache/'; $file_prefix = 'wp-cache-'; -- GitLab