From 6f59e79b287448de27e46e3e585628212159cc86 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 17 Feb 2016 21:05:32 +0100 Subject: [PATCH] Massively reduce number of searched transactions. --- config/firefly.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/firefly.php b/config/firefly.php index 290e9a8aba..bdf610da13 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -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' => 100 ] ];