Explorar el Código

Fixed config rabbit mq

Espinoza Guillermo hace 6 años
padre
commit
affb380b0d
Se han modificado 1 ficheros con 3 adiciones y 5 borrados
  1. 3 5
      Resources/config/rabbit_mq/config.yml

+ 3 - 5
Resources/config/rabbit_mq/config.yml

@@ -7,17 +7,15 @@ old_sound_rabbit_mq:
             password: "%rabbit_mq.password%"
             vhost: "%rabbit_mq.vhost%"
             lazy: true
-            connection_timeout: 4
-            read_write_timeout: 4
-
+            connection_timeout: 120
+            read_write_timeout: 120
             # requires php-amqplib v2.4.1+ and PHP5.4+
             keepalive: true
-
             # requires php-amqplib v2.4.1+
             heartbeat: 60
-
             #requires php_sockets.dll
 #            use_socket: true # default false
+
         command:
             host: "%rabbit_mq.host%"
             port: "%rabbit_mq.port%"