mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-19 02:45:58 +00: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:
@@ -221,9 +221,9 @@ return [
|
|||||||
],
|
],
|
||||||
'test-triggers' => [
|
'test-triggers' => [
|
||||||
// The maximum number of transactions shown when testing a list of 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
|
// The maximum number of transactions to analyse, when testing a list of triggers
|
||||||
'range' => 1000
|
'range' => 200
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user