mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Made performance settings for testing triggers configurable
This commit is contained in:
@@ -219,5 +219,11 @@ return [
|
||||
'append_description',
|
||||
'prepend_description',
|
||||
],
|
||||
|
||||
'test-triggers' => [
|
||||
// The maximum number of transactions shown when testing a list of triggers
|
||||
'limit' => 50,
|
||||
|
||||
// The maximum number of transactions to analyse, when testing a list of triggers
|
||||
'max_transactions_to_analyse' => 1000
|
||||
]
|
||||
];
|
||||
|
Reference in New Issue
Block a user