From 9a5307fd59850cccb0838e0ec2119140ecda93ed Mon Sep 17 00:00:00 2001
From: IrisWan <150207222+WanYixian@users.noreply.github.com>
Date: Tue, 7 Jan 2025 11:53:30 +0800
Subject: [PATCH] Update view-configure-runtime-parameters.mdx (#175)
---
operate/view-configure-runtime-parameters.mdx | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/operate/view-configure-runtime-parameters.mdx b/operate/view-configure-runtime-parameters.mdx
index c2b0e5df..93c14f0a 100644
--- a/operate/view-configure-runtime-parameters.mdx
+++ b/operate/view-configure-runtime-parameters.mdx
@@ -68,8 +68,9 @@ Below is the detailed information about the parameters you may see after using t
| cdc\_source\_wait\_streaming\_start\_timeout | 30 | For limiting the startup time of a shareable CDC streaming source when the source is being created. Unit: seconds. |
| row\_security | true/false | See [here](https://www.postgresql.org/docs/current/runtime-config-client.html#GUC-ROW-SECURITY) for details. Unused in RisingWave, support for compatibility. |
| standard\_conforming\_strings | on | See [here](https://www.postgresql.org/docs/current/runtime-config-client.html#GUC-STANDARD-CONFORMING-STRINGS) for details. |
-| source\_rate\_limit | default/positive integer/0 | Set the maximum number of records per second per source, for each parallelism. This parameter is applied when creating new sources and tables with sources.
The value can be default, 0, or a positive integer.