mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
Added default config for the lock driver
This commit is contained in:
parent
a7d0355849
commit
6f95654592
1 changed files with 5 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue