From 6869a880b720c4df4cacc277b0edc65949007527 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 21 Apr 2017 11:39:59 -0500 Subject: [PATCH] adjust wording --- config/queue.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/config/queue.php b/config/queue.php index 145ac8a8..86b55a62 100644 --- a/config/queue.php +++ b/config/queue.php @@ -22,10 +22,9 @@ | Queue Prefix |-------------------------------------------------------------------------- | - | If you are running multiple sites on a single server, you may experience - | crosstalk among sites if they use the same name for queue tubes. This - | optional value defines a prefix that will automatically be applied - | to queue tubes as a way to prevent this crosstalk. + | If you are running multiple sites on a single server you should consider + | specifying a queue prefix. This string will be prepended to the queue + | names to prevent cross-talk when using certain local queue drivers. | */