Browse Source

la conexion al server amqp es lazy

Luciano Andrade 7 năm trước cách đây
mục cha
commit
eca39932f0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Resources/config/rabbit_mq/config.yml

+ 1 - 1
Resources/config/rabbit_mq/config.yml

@@ -6,7 +6,7 @@ old_sound_rabbit_mq:
             user: "%rabbit_mq.user%"
             password: "%rabbit_mq.password%"
             vhost: "%rabbit_mq.vhost%"
-            lazy: false
+            lazy: true
             connection_timeout: 3
             read_write_timeout: 3