Closed narugo1992 closed 10 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
6ffed73
) 65.75% compared to head (88340bf
) 65.94%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
1 img/sec rate limit is added, cc @nonamethanks
btw, this is the unittest: https://github.com/deepghs/waifuc/actions/runs/7406156268/job/20150166961
the rate is limited in class level, not instance level
the user cannot workaround this limit by creating multiple threads or source instances
using
pyrate-limiter
, for issue #22, #27