From 86731f21cd93357e8d5620da3111db819021ade2 Mon Sep 17 00:00:00 2001 From: ASUS <515617283@qq.com> Date: Thu, 16 Apr 2026 15:33:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B6=E4=BB=96=E8=AE=A2=E5=8D=95=E6=89=93?= =?UTF-8?q?=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/otherprint.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/otherprint.php b/scripts/otherprint.php index d29d83d..83849dd 100644 --- a/scripts/otherprint.php +++ b/scripts/otherprint.php @@ -33,9 +33,7 @@ try { 15 ); $rabbit_channel = $connection->channel(); - $rabbit_channel->queue_declare($queue, false, true, false, false, false, [ - 'x-message-ttl' => ['I', 180000] - ]); + $rabbit_channel->queue_declare($queue, false, true, false, false); $callback = function ($msg) use ($queue){ $date_time = date('Y-m-d H:i:s');