mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
New option to disable the fetching of parents
This commit is contained in:
parent
196a1de7f2
commit
06f7244280
4 changed files with 34 additions and 8 deletions
|
@ -172,6 +172,10 @@ return [
|
|||
// Whether to use database, Memcache, Memcached or Redis as a distributed cache.
|
||||
'distributed_cache_driver' => 'database',
|
||||
|
||||
// fetch_parents (Boolean)
|
||||
// Fetch missing parent posts
|
||||
'fetch_parents' => true,
|
||||
|
||||
// config_adapter (jit|preload)
|
||||
// Allow to switch the configuration adapter to improve performances at the cost of memory consumption.
|
||||
'config_adapter' => 'jit',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue