From: Adam Clark Date: Fri, 21 Aug 2020 21:02:06 +0000 (-0700) Subject: Fix-up comment regarding various cache options for APCu X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fd8ca412109f7e36dfca0d2f600a175a4e065343;p=friendica.git Fix-up comment regarding various cache options for APCu --- 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)