ricbra / php-discogs-api

PHP 5.4 Implementation of the Discogs API
MIT License
152 stars 96 forks source link

dynamic throttle #51

Open rcsoftware-it opened 5 years ago

rcsoftware-it commented 5 years ago

Discogs send remaining request per minute, maybe something else have made requests, using dynamic throttle instead of fixed one. private $throttle is not needed anymore.