Skip to content

Commit 80ebbce

Browse files
authored
Update Discogs Bundle recipe for v4.0.0-beta.2 (#1858)
Replace throttle config with symfony/rate-limiter integration
1 parent f48bfd3 commit 80ebbce

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

calliostro/discogs-bundle/4.0/config/calliostro_discogs.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,5 @@ calliostro_discogs:
1111
# Default: 'DiscogsClient/4.0.0 (+https://github.com/calliostro/php-discogs-api)'
1212
# user_agent: 'MyApp/1.0 +https://myapp.com'
1313

14-
# Optional: Rate limiting configuration (default values shown)
15-
# throttle:
16-
# enabled: true
17-
# microseconds: 1000000 # 1 second delay between requests
14+
# Optional: Professional rate limiting (requires symfony/rate-limiter)
15+
# rate_limiter: discogs_api # Your configured RateLimiterFactory service

0 commit comments

Comments
 (0)