فهرست منبع

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%"