]> git.mxchange.org Git - friendica.git/blobdiff - static/defaults.config.php
Merge pull request #12679 from nupplaphil/feat/reduce_config_dependency
[friendica.git] / static / defaults.config.php
index b3175c5d7394fd774fd8aaf970c7b12cee271ff5..a8fa44038d4ab093ad1377599e0d8f8288f976b6 100644 (file)
@@ -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',