mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-27 01:11:37 -06:00
Massively reduce number of searched transactions.
This commit is contained in:
parent
6c22bad77a
commit
6f59e79b28
@ -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
|
||||
]
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user