From beb35d9eb8f83f6511d7394910ed77d12cd4baa2 Mon Sep 17 00:00:00 2001 From: Frostman <134872+Frostman@users.noreply.github.com> Date: Tue, 7 Jul 2026 17:22:07 +0000 Subject: [PATCH] Update docs from fabric@v0.125.1 This is an automated commit created by GitHub Actions workflow, in the fabric repository. Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- docs/reference/fabric-api.md.gen | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/reference/fabric-api.md.gen b/docs/reference/fabric-api.md.gen index d7b8f4c9..6ac6a0b5 100644 --- a/docs/reference/fabric-api.md.gen +++ b/docs/reference/fabric-api.md.gen @@ -995,8 +995,7 @@ _Appears in:_ -GatewayLogRateLimit configures the token-bucket rate limiter applied to log -output. Both fields must be greater than zero when the limiter is set. +GatewayLogRateLimit configures the token-bucket rate limiter applied to logs @@ -1005,8 +1004,8 @@ _Appears in:_ | Field | Description | Default | Validation | | --- | --- | --- | --- | -| `burst` _integer_ | token bucket capacity | | Minimum: 1
| -| `replenishPerSecond` _integer_ | ReplenishPerSecond is the number of tokens (messages) replenished per second | | Minimum: 1
| +| `burst` _integer_ | token bucket capacity (default 50) | | Minimum: 0
| +| `replenishPerSecond` _integer_ | ReplenishPerSecond is the number of tokens (messages) replenished per second (default 5) | | Minimum: 0
| #### GatewayLogs