From ad438cc61d3764e89e2262ffb2caf79b66580810 Mon Sep 17 00:00:00 2001 From: Simon Hammes Date: Thu, 15 Jan 2026 12:20:11 +0100 Subject: [PATCH] Fix "base_api_limit_per_minute" description This behavior has recently changed. Negative values do not mean that there's no limit. --- docs/configuration/dtable-api-gateway-conf.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/dtable-api-gateway-conf.md b/docs/configuration/dtable-api-gateway-conf.md index 63d92b550..fc763e435 100644 --- a/docs/configuration/dtable-api-gateway-conf.md +++ b/docs/configuration/dtable-api-gateway-conf.md @@ -36,7 +36,7 @@ This section contains general settings about api-gateway service. | `port` | The port api-gateway listens on. | 7780 | | `log_dir` | Location for the api-gateway logs in the container. | | | `log_level` | Only log messages with level priority higher than this will be logged. Supported levels are "debug", "info", "warn", "error", with ascending priority. | info | -| `base_api_limit_per_minute` | Limits the number of API calls per base per minute. If the option is set to a negative number, like -1, it means there is no limit. | 500 | +| `base_api_limit_per_minute` | Limits the number of API calls per base per minute. | 500 | | `max_base_cache_size` | Maximum base cache size in MB. | 1024 | ### `[cluster]`