From daad1521d42b35b3490e182fffee9eefbf2f0c38 Mon Sep 17 00:00:00 2001 From: JianBo He Date: Mon, 8 Jan 2024 14:04:17 +0800 Subject: [PATCH] chore: update changes --- changes/ce/feat-12267.en.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changes/ce/feat-12267.en.md diff --git a/changes/ce/feat-12267.en.md b/changes/ce/feat-12267.en.md new file mode 100644 index 000000000..70d3aec22 --- /dev/null +++ b/changes/ce/feat-12267.en.md @@ -0,0 +1,2 @@ +Add a new `timeout` parameter to the `cluster/:node/invite` interface. +Previously the default timeout was 5s which would often be caused by HTTP API calls due to emqx taking too long to join cluster.