Various code cleaning things.

This commit is contained in:
James Cole
2016-02-17 21:14:32 +01:00
parent 6f59e79b28
commit b1c2f8faa1
10 changed files with 29 additions and 13 deletions

View File

@@ -221,9 +221,9 @@ return [
],
'test-triggers' => [
// The maximum number of transactions shown when testing a list of triggers
'limit' => 10,
'limit' => 50,
// The maximum number of transactions to analyse, when testing a list of triggers
'range' => 100
'range' => 1000
]
];