Skip to content

Commit

Permalink
Merge pull request #19 from gdubost/fix/36025
Browse files Browse the repository at this point in the history
[FIX#36025] Suppression de la gestion du timeout coté connection rabbitmq
  • Loading branch information
TinyTinyKame committed Oct 12, 2016
2 parents 7f076e1 + f31fc4e commit 0526e3a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/RabbitConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,7 @@ public function register(Container $app)
"vhost" => $rmq_vhost,
"ssl" => in_array($app['application_env'], ['production', 'development']),
"ssl_options" => ["verify_peer" => false, "verify_peer_name" => false],
"options" => [
'read_write_timeout' => 60,
'heartbeat' => 30
]
"options" => []
]
],
$this->rmq_config['connections']
Expand Down

0 comments on commit 0526e3a

Please sign in to comment.