diff --git a/changelog.d/18159.doc b/changelog.d/18159.doc
new file mode 100644
index 0000000000000000000000000000000000000000..031f8a149f9536b62bfe4edbe6543a1a6a91207f
--- /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 fdca48caf00a4ee66fc2fa08e768f919a4dea2ef..92ab6438c1d267c1ac8f72352ec9aac8de3d37d3 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`