N°6124 - Workaround performance problem on the modification of an object with an n:n relation having a large volume

This commit is contained in:
Molkobain
2023-04-20 12:22:12 +02:00
parent 064e8ee511
commit 46e869d1f4
2 changed files with 59 additions and 20 deletions

View File

@@ -480,6 +480,14 @@ class Config
'source_of_value' => '',
'show_in_conf_sample' => true,
],
'link_set_max_edit_ext_key' => [
'type' => 'integer',
'description' => 'Maximum number of items in the link that allow editing the remote external key. Above that limit, remote external key cannot be edited. Mind that setting this limit too high can have a negative impact on performances.',
'default' => 50,
'value' => 50,
'source_of_value' => '',
'show_in_conf_sample' => true,
],
'tag_set_item_separator' => [
'type' => 'string',
'description' => 'Tag set from string: tag label separator',