mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Massively reduce number of searched transactions.
This commit is contained in:
@@ -221,9 +221,9 @@ return [
|
||||
],
|
||||
'test-triggers' => [
|
||||
// The maximum number of transactions shown when testing a list of triggers
|
||||
'limit' => 50,
|
||||
'limit' => 10,
|
||||
|
||||
// The maximum number of transactions to analyse, when testing a list of triggers
|
||||
'range' => 1000
|
||||
'range' => 100
|
||||
]
|
||||
];
|
||||
|
Reference in New Issue
Block a user