Skip to content

Commit e75a33f

Browse files
committed
raise rate-limiit
1 parent 5903767 commit e75a33f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/server-docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ This page describes the various configuration properties used in the application
115115
| `METADATA_TTL_IN_DAYS` | The number of days metadata is considered fresh before requiring an update. | `30` | Any number of days |
116116
| `METADATA_IGDB_ENABLED` | Enables or disables the built-in integration with IGDB for metadata retrieval. | `true` | `true`, `false` |
117117
| `METADATA_IGDB_PRIORITY` | The priority level for IGDB metadata sources when multiple metadata sources are available. | `10` | Any number |
118-
| `METADATA_IGDB_REQUEST_INTERVAL_MS` | The interval, in milliseconds, to wait between consecutive requests to prevent exceeding rate limits. This delay will be applied **before** each call to the provider. | `250` | Any number |
118+
| `METADATA_IGDB_REQUEST_INTERVAL_MS` | The interval, in milliseconds, to wait between consecutive requests to prevent exceeding rate limits. This delay will be applied **before** each call to the provider. | `500` | Any number |
119119
| `METADATA_IGDB_CLIENT_ID` | The Client-ID used for authenticating requests to the IGDB API. | - | Your Client ID |
120120
| `METADATA_IGDB_CLIENT_SECRET` | The Client-Secret used for authenticating requests to the IGDB API. | - | Your Client Secret |
121121

0 commit comments

Comments
 (0)