Massively reduce number of searched transactions.

This commit is contained in:
James Cole 2016-02-17 21:05:32 +01:00
parent 6c22bad77a
commit 6f59e79b28

View File

@ -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' => 100
] ]
]; ];