From 59221e9b60eeb1e04f8bedb4954e9f1a24188959 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 27 Nov 2020 10:02:54 -0600 Subject: [PATCH] formatting --- config/horizon.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/config/horizon.php b/config/horizon.php index f17efe4f..0e36957b 100644 --- a/config/horizon.php +++ b/config/horizon.php @@ -113,9 +113,8 @@ |-------------------------------------------------------------------------- | | Here you can configure how many snapshots should be kept to display in - | the metrics graph and how often they can be stored. - | This will get used in combination with Horizon's `horizon:snapshot` - | schedule to define how long to retain metrics. + | the metrics graph. This will get used in combination with Horizon's + | `horizon:snapshot` schedule to define how long to retain metrics. | */ @@ -124,7 +123,6 @@ 'job' => 24, 'queue' => 24, ], - 'snapshot_lock' => 300, ], /*