From de98c02a6eb8ff54d85642b3302ee38cce745cc1 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Thu, 9 Aug 2018 23:06:48 -0600 Subject: [PATCH] Update horizon config --- config/horizon.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/horizon.php b/config/horizon.php index 0d74e01dd..68fbf60b8 100644 --- a/config/horizon.php +++ b/config/horizon.php @@ -76,7 +76,7 @@ return [ 'connection' => 'redis', 'queue' => ['default'], 'balance' => 'simple', - 'processes' => 10, + 'processes' => 20, 'tries' => 3, ], ],