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:
James Cole 2016-02-18 06:56:24 +01:00
parent 31d6789ff0
commit bd104a7ea8

View File

@ -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
]
];