This is an automated email from the ASF dual-hosted git repository.
chia7712 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-site.git
The following commit(s) were added to refs/heads/master by this push:
new ec481c3700 [YUNIKORN-2728] Config event.RESTResponseSize should be
placed under Event System Settings (#453)
ec481c3700 is described below
commit ec481c370018fdba48daec36cd848e390b6537f3
Author: lai0418 <[email protected]>
AuthorDate: Mon Jul 8 21:22:31 2024 +0800
[YUNIKORN-2728] Config event.RESTResponseSize should be placed under Event
System Settings (#453)
Closes: #453
Signed-off-by: Chia-Ping Tsai <[email protected]>
---
docs/user_guide/service_config.md | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/docs/user_guide/service_config.md
b/docs/user_guide/service_config.md
index eb14bb369f..572eeb67ed 100644
--- a/docs/user_guide/service_config.md
+++ b/docs/user_guide/service_config.md
@@ -715,6 +715,16 @@ Example:
event.requestCapacity: "500"
```
+#### event.RESTResponseSize
+Sets the maximum number of events that are returned by the batch event API
(`/ws/v1/events/batch`).
+
+Default: `10000`
+
+Example:
+```yaml
+event.RESTResponseSize: "20000"
+```
+
### Health settings
#### health.checkInterval
@@ -732,16 +742,6 @@ Example:
health.checkInterval: "1m"
```
-#### event.RESTResponseSize
-Sets the maximum number of events that are returned by the batch event API
(`/ws/v1/events/batch`).
-
-Default: `10000`
-
-Example:
-```yaml
-event.RESTResponseSize: "20000"
-```
-
### Log settings
#### log.level
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]