From fd8ca412109f7e36dfca0d2f600a175a4e065343 Mon Sep 17 00:00:00 2001 From: Adam Clark Date: Fri, 21 Aug 2020 14:02:06 -0700 Subject: [PATCH] Fix-up comment regarding various cache options for APCu --- static/defaults.config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/defaults.config.php b/static/defaults.config.php index 018e0dc635..b711345064 100644 --- a/static/defaults.config.php +++ b/static/defaults.config.php @@ -119,8 +119,8 @@ return [ // Minimal period in minutes between two calls of the "Cron" worker job. 'cron_interval' => 5, - // cache_driver (database|memcache|memcached|redis) - // Whether to use Memcache or Memcached or Redis to store temporary cache. + // cache_driver (database|memcache|memcached|redis|apcu) + // Whether to use Memcache, Memcached, Redis or APCu to store temporary cache. 'cache_driver' => 'database', // config_adapter (jit|preload)