Browse Source

adjust wording

Taylor Otwell 7 years ago
parent
commit
6869a880b7
1 changed files with 3 additions and 4 deletions
  1. 3 4
      config/queue.php

+ 3 - 4
config/queue.php

@@ -22,10 +22,9 @@ return [
     | 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.
     |
     */