From 74a70190ab3bc17aa7f31d00daa98444f7577b61 Mon Sep 17 00:00:00 2001
From: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
Date: Fri, 14 Feb 2025 17:23:40 +0700
Subject: [PATCH] Update `rc_presence` config docs with int burst_count
 (#18159)

---
 changelog.d/18159.doc                            | 1 +
 docs/usage/configuration/config_documentation.md | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
 create mode 100644 changelog.d/18159.doc

diff --git a/changelog.d/18159.doc b/changelog.d/18159.doc
new file mode 100644
index 0000000000..031f8a149f
--- /dev/null
+++ b/changelog.d/18159.doc
@@ -0,0 +1 @@
+Make `burst_count` field an integer in `rc_presence` config documentation example.
\ No newline at end of file
diff --git a/docs/usage/configuration/config_documentation.md b/docs/usage/configuration/config_documentation.md
index fdca48caf0..92ab6438c1 100644
--- a/docs/usage/configuration/config_documentation.md
+++ b/docs/usage/configuration/config_documentation.md
@@ -1944,7 +1944,7 @@ Example configuration:
 rc_presence:
   per_user:
     per_second: 0.05
-    burst_count: 0.5
+    burst_count: 1
 ```
 ---
 ### `federation_rr_transactions_per_room_per_second`
-- 
GitLab