Skip to content

Commit

Permalink
[YUNIKORN-2516] Update documentation about event.RESTResponseSize (#437)
Browse files Browse the repository at this point in the history
Closes: #437

Signed-off-by: Peter Bacsko <[email protected]>
  • Loading branch information
pbacsko committed Jun 21, 2024
1 parent 7e4a93a commit cd331a8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/user_guide/service_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,7 @@ Default: `1000`
Example:
```yaml
event.requestCapacity: "500"
```

### Health settings

Expand All @@ -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
Expand Down

0 comments on commit cd331a8

Please sign in to comment.