N°5060 - Activity panel: Increase "max_history_length" conf. parameter from 50 to 200

This commit is contained in:
Molkobain
2022-05-09 13:14:00 +02:00
parent ce355e311c
commit 66953be67d

View File

@@ -1008,8 +1008,8 @@ class Config
'type' => 'integer',
'description' => 'Maximum length of the history table (in the "History" tab on each object) before it gets truncated. Latest modifications are displayed first.',
// examples... not used
'default' => 50,
'value' => 50,
'default' => 200,
'value' => 200,
'source_of_value' => '',
'show_in_conf_sample' => false,
],