Rate Limiting
Version 23.0.9145
Version 23.0.9145
Rate Limiting
You can configure both per-user usage limits and server-wide defaults.
Server Defaults
To configure the default rate limits applied to all users, navigate to Settings > Server. Configured the following options in the Default User Settings section:
- Max. Requests Per Hour: Enter the maximum requests per hour per user. Set it to 0 to allow users unlimited access.
- Max. Concurrent Requests: Enter the maximum number of simultaneous requests allowed per user. Set it to 0 to allow unlimited simultaneous requests.
User-Specific Limits
To configure rate limits for an individual user, navigate to Settings > Users, select a user, and click Edit. Configure the following options:
- Privileges: Select which HTTP methods the user is allowed to access: GET, POST, PUT/MERGE/PATCH, or DELETE. These correspond to SELECT, INSERT, UPDATE, and DELETE statements, respectively.
- Max. Requests: Enter the maximum requests per hour for this user. Set it to 0 to allow the user unlimited access.
- Max. Concurrent: Enter the maximum number of requests that can be sent simultaneously. Set it to 0 to allow the user unlimited simultaneous requests.
Note: These user-specific settings override the server-wide settings. An empty value for one of the user settings means the server default is used instead.