This is an automated email from the ASF dual-hosted git repository.

pbacsko 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 cd331a8bde [YUNIKORN-2516] Update documentation about 
event.RESTResponseSize (#437)
cd331a8bde is described below

commit cd331a8bde3fa107fde225c38f2a23c04b7a6ffb
Author: Peter Bacsko <pbac...@cloudera.com>
AuthorDate: Fri Jun 21 20:08:43 2024 +0200

    [YUNIKORN-2516] Update documentation about event.RESTResponseSize (#437)
    
    Closes: #437
    
    Signed-off-by: Peter Bacsko <pbac...@cloudera.com>
---
 docs/user_guide/service_config.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/docs/user_guide/service_config.md 
b/docs/user_guide/service_config.md
index 1e9af2c6af..5416344999 100644
--- a/docs/user_guide/service_config.md
+++ b/docs/user_guide/service_config.md
@@ -704,6 +704,7 @@ Default: `1000`
 Example:
 ```yaml
 event.requestCapacity: "500"
+```
 
 ### Health settings
 
@@ -721,6 +722,17 @@ Example:
 ```yaml
 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: issues-unsubscr...@yunikorn.apache.org
For additional commands, e-mail: issues-h...@yunikorn.apache.org

Reply via email to