From 30508d833c22a3bafe97af7f1bb9d0ed3bafb4bd Mon Sep 17 00:00:00 2001 From: Shawn <506895667@qq.com> Date: Tue, 30 Jan 2024 15:46:55 +0800 Subject: [PATCH] chore: add change logs for message-expiry-interval --- changes/ee/feat-12417.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes/ee/feat-12417.md diff --git a/changes/ee/feat-12417.md b/changes/ee/feat-12417.md new file mode 100644 index 000000000..6847c6925 --- /dev/null +++ b/changes/ee/feat-12417.md @@ -0,0 +1,3 @@ +Added support for specifying the expiration time of MQTT messages via configuration file. + +See the description of the `message_expiry_interval` configuration in the `mqtt.conf.example` file for more details.