From 27419c10fc66343c27b3dd224bb043e0f065895c Mon Sep 17 00:00:00 2001 From: chaz6chez Date: Fri, 24 Nov 2023 20:40:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=BB=B6=E8=BF=9F=E9=87=8D?= =?UTF-8?q?=E5=90=AF=E9=85=8D=E7=BD=AE=E9=A1=B9restart=5Finterval?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/plugin/workbunny/webman-rabbitmq/app.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/plugin/workbunny/webman-rabbitmq/app.php b/src/config/plugin/workbunny/webman-rabbitmq/app.php index 3a1a6b6..81f7ba2 100644 --- a/src/config/plugin/workbunny/webman-rabbitmq/app.php +++ b/src/config/plugin/workbunny/webman-rabbitmq/app.php @@ -9,6 +9,7 @@ 'password' => 'guest', 'mechanisms' => 'AMQPLAIN', 'timeout' => 10, + "restart_interval" => 0, 'heartbeat' => 50, 'heartbeat_callback' => function(){ },