Made performance settings for testing triggers configurable

This commit is contained in:
Robert Horlings
2016-02-17 16:39:26 +01:00
parent 7840a5ea49
commit 919187f7fd
2 changed files with 11 additions and 5 deletions

View File

@@ -219,5 +219,11 @@ return [
'append_description',
'prepend_description',
],
'test-triggers' => [
// The maximum number of transactions shown when testing a list of triggers
'limit' => 50,
// The maximum number of transactions to analyse, when testing a list of triggers
'max_transactions_to_analyse' => 1000
]
];