Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/configuration/dtable-api-gateway-conf.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]`
Expand Down