mirror of
https://github.com/friendica/friendica
synced 2024-11-12 22:22:54 +00:00
added jit and preload explanation in comment
added information to identify which parameter causes which result
This commit is contained in:
parent
8fc96477e7
commit
4e7f0f9f04
1 changed files with 1 additions and 0 deletions
|
@ -162,6 +162,7 @@ return [
|
||||||
|
|
||||||
// config_adapter (jit|preload)
|
// config_adapter (jit|preload)
|
||||||
// Allow to switch the configuration adapter to improve performances at the cost of memory consumption.
|
// Allow to switch the configuration adapter to improve performances at the cost of memory consumption.
|
||||||
|
// jit is slightly slower, while preload consumes marginally more memory
|
||||||
'config_adapter' => 'jit',
|
'config_adapter' => 'jit',
|
||||||
|
|
||||||
// crawl_permit_period (Integer)
|
// crawl_permit_period (Integer)
|
||||||
|
|
Loading…
Reference in a new issue