progwml6 / JavaCurseAPI

Java implementation of the CurseApp API's
Apache License 2.0
4 stars 0 forks source link

enable throttling for websocket messages #8

Open progwml6 opened 7 years ago

progwml6 commented 7 years ago

The requests should be held in a queue that releases them as it can 100ms between requests has been known to work for other projects. I'd like to get that lower if possible

If this doesn't happen some requests will continue to get blocked by the api's throttling system