Add download/request speed limiter (#250)

This commit is contained in:
bytedream 2023-12-10 02:52:42 +01:00
parent f9e431e181
commit be3248a4f9
9 changed files with 230 additions and 76 deletions

View file

@ -9,4 +9,5 @@ pub mod locale;
pub mod log;
pub mod os;
pub mod parse;
pub mod rate_limit;
pub mod video;