There was an error while loading. Please reload this page.
1 parent f48bfd3 commit 80ebbceCopy full SHA for 80ebbce
1 file changed
calliostro/discogs-bundle/4.0/config/calliostro_discogs.yaml
@@ -11,7 +11,5 @@ calliostro_discogs:
11
# Default: 'DiscogsClient/4.0.0 (+https://github.com/calliostro/php-discogs-api)'
12
# user_agent: 'MyApp/1.0 +https://myapp.com'
13
14
- # Optional: Rate limiting configuration (default values shown)
15
- # throttle:
16
- # enabled: true
17
- # microseconds: 1000000 # 1 second delay between requests
+ # Optional: Professional rate limiting (requires symfony/rate-limiter)
+ # rate_limiter: discogs_api # Your configured RateLimiterFactory service
0 commit comments