From 349d1f7d3eb317f2d3b8a16399d8b0e7405fdbdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=93=AD=E6=98=95?= <715557344@qq.com> Date: Fri, 12 Jan 2024 09:57:51 +0800 Subject: [PATCH] Upgrade the documents. (#6460) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Translate comments to English * 容器运行添加-w参数指定工作目录 * 3.0版本后增加的可以在全局配置关闭amqp进程自启 * Upgrade async-queue support max_messages config Co-authored-by: Sharif <54396379+developersharif@users.noreply.github.com> Co-authored-by: baicaiit <42630572+baicaiit@users.noreply.github.com> Co-authored-by: Tina.Lee <1016963252@qq.com> Co-authored-by: guandeng --- publish/async_queue.php | 1 + 1 file changed, 1 insertion(+) diff --git a/publish/async_queue.php b/publish/async_queue.php index 1afb6e2..e449628 100644 --- a/publish/async_queue.php +++ b/publish/async_queue.php @@ -25,5 +25,6 @@ 'concurrent' => [ 'limit' => 10, ], + 'max_messages' => 0, ], ];