From dc71a97d26532a7438a967aea40d9f2fbfc4a72a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9F=90=E6=96=87?= Date: Thu, 13 Apr 2023 20:35:15 +0800 Subject: [PATCH] chore: add changelog for max_heap_size --- changes/ce/feat-10354.en.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changes/ce/feat-10354.en.md diff --git a/changes/ce/feat-10354.en.md b/changes/ce/feat-10354.en.md new file mode 100644 index 000000000..d728a1b20 --- /dev/null +++ b/changes/ce/feat-10354.en.md @@ -0,0 +1,2 @@ +More specific error messages when configure with bad max_heap_size value. +Log current value and the max value when the `message_queue_too_long` error is thrown.