Skip to content

Commit d5d23df

Browse files
committed
format
1 parent 0b1548c commit d5d23df

File tree

2 files changed

+5650
-5034
lines changed

2 files changed

+5650
-5034
lines changed

docs/product/relay/options.mdx

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,11 @@ Settings to control Relay's health checks.
3737
After breaching one of the configured thresholds, Relay will
3838
return an `unhealthy` status from its health endpoint.
3939

40-
| key | type | value | description |
41-
| ----------------------- | ------- | --------------- |
42-
| health.max_memory_bytes | Integer | default: `null` | Maximum memory usage in bytes. |
43-
| health.max_memory_percent | Float | number between 0.0 and 1.0, default: 0.95 | Maximum memory usage as a percentage of available memory. |
44-
| probe_timeout_ms | Integer | default: 900 | Health check probe timeout in milliseconds.
45-
Any probe exceeding the timeout will be considered failed.
46-
This limits the max execution time of Relay health checks. |
40+
| key | type | value | description |
41+
| ----------------------- | ------- | --------------- | ----------- |
42+
| health.max_memory_bytes | Integer | default: `null` | Maximum memory usage in bytes. |
43+
| health.max_memory_percent | Float. | number between 0.0 and 1.0, default: 0.95 | Maximum memory usage as a percentage of available memory. |
44+
| probe_timeout_ms | Integer | default: 900 | Health check probe timeout in milliseconds. Any probe exceeding the timeout will be considered failed. This limits the max execution time of Relay health checks. |
4745

4846
## HTTP
4947

0 commit comments

Comments
 (0)