浏览代码

Fixed config rabbit mq

Espinoza Guillermo 6 年之前
父节点
当前提交
affb380b0d
共有 1 个文件被更改,包括 3 次插入5 次删除
  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%"