mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 17:16:29 +03:00
Update Discogs Bundle recipe for v4.0.0-beta.2 (#1858)
Replace throttle config with symfony/rate-limiter integration
This commit is contained in:
@@ -11,7 +11,5 @@ calliostro_discogs:
|
||||
# Default: 'DiscogsClient/4.0.0 (+https://github.com/calliostro/php-discogs-api)'
|
||||
# user_agent: 'MyApp/1.0 +https://myapp.com'
|
||||
|
||||
# Optional: Rate limiting configuration (default values shown)
|
||||
# throttle:
|
||||
# enabled: true
|
||||
# microseconds: 1000000 # 1 second delay between requests
|
||||
# Optional: Professional rate limiting (requires symfony/rate-limiter)
|
||||
# rate_limiter: discogs_api # Your configured RateLimiterFactory service
|
||||
|
||||
Reference in New Issue
Block a user