Skip to content

Commit

Permalink
[FIX#36025] Suppression de la gestion du timeout coté connection rabb…
Browse files Browse the repository at this point in the history
…itmq

On fait désormais confiance au HAProxy pour gérer les timeout
  • Loading branch information
Guillaume Dubost committed Oct 12, 2016
1 parent 7f076e1 commit f31fc4e
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 f31fc4e

Please sign in to comment.