diff --git a/config/queue.php b/config/queue.php index 5340b92a9d..6c2b7d2e17 100644 --- a/config/queue.php +++ b/config/queue.php @@ -45,7 +45,7 @@ return [ 'beanstalkd' => [ 'driver' => 'beanstalkd', 'host' => 'localhost', - 'queue' => 'firefly', + 'queue' => 'default', 'ttr' => 60, ],