Skip to content

Commit

Permalink
Update amqp.php
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo committed Oct 14, 2019
1 parent df40ca5 commit aa3303e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/autoload/amqp.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
'user' => env('AMQP_USER', 'guest'),
'password' => env('AMQP_PASSWORD', 'guest'),
'vhost' => '/',
'concurrent' => [
'limit' => 2,
],
'pool' => [
'min_connections' => 1,
'max_connections' => 10,
Expand Down

0 comments on commit aa3303e

Please sign in to comment.