mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Massively reduced number of checked transactions. Even if the user six transactions a day, every day, the test will go back a month to find matches.
This commit is contained in:
parent
31d6789ff0
commit
bd104a7ea8
@ -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' => 200
|
||||
]
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user