X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Fdefaults.config.php;h=a8fa44038d4ab093ad1377599e0d8f8288f976b6;hb=3749892f590088275f82d2c90ff1372d24e2d9ec;hp=b3175c5d7394fd774fd8aaf970c7b12cee271ff5;hpb=aa3dc7c40c6b75e5ac04f028daf9deebb3b705ce;p=friendica.git diff --git a/static/defaults.config.php b/static/defaults.config.php index b3175c5d73..a8fa44038d 100644 --- a/static/defaults.config.php +++ b/static/defaults.config.php @@ -364,6 +364,11 @@ return [ // If activated, all hashtags will point to the local server. 'local_tags' => false, + // lock_driver (semaphore|database|memcache|memcached|redis|apcu) + // Whether to use semaphores, the database, Memcache, Memcached, Redis or APCu to handle locks. + // Default is auto detection which tries semaphores first, then falls back to the cache driver. + 'lock_driver' => '', + // logger_config (String) // Sets the logging adapter of Friendica globally (monolog, syslog, stream) 'logger_config' => 'stream',