RazerM / ratelimiter

Simple Python module providing rate limiting
Apache License 2.0
120 stars 29 forks source link

What is "period" #14

Open kopyl opened 2 years ago

kopyl commented 2 years ago

Yo

tisdall commented 2 years ago

period is the number of seconds to be watching if there's more than max_calls calls on the function.

kopyl commented 2 years ago

period is the number of seconds to be watching if there's more than max_calls calls on the function.

Thanks bro