andrewbanchich / shreddit

Delete your Reddit data.
MIT License
235 stars 10 forks source link

Update rate limit #65

Closed RFBomb closed 1 year ago

RFBomb commented 1 year ago

Reduce the sleep timer from 2s to 650ms, in accordance with updated (higher) rate limits allowed as of 7/1. Replace all 'sleep()' timers with the new function that uses the calculated rate limit time.

andrewbanchich commented 1 year ago

Looks like there's a build failure due to needing to import debug!.

andrewbanchich commented 1 year ago

Thanks!