-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Need docs on "How does this work" #181
Comments
I think there’s a little overlap here with #120. I’m definitely down to add more docs, especially in the getting started section if we’ve glossed over prereqs! From a purely information architecture standpoint though, I would want to think about where to put/what to document in the “how this works internally” realm. I don’t think it’s critical for a new person using the library to know all the details and don’t want to overload new folks, but want to support advanced users/contributors/debuggers. |
I think one implementation detail that would be important to document to users is that Django Ratelimit uses modulo operation so that In code: django-ratelimit/ratelimit/core.py Line 97 in 72edbe8
|
I just hit the same behavior that @hartwork mentioned, I thought a limit of |
Granted I know how it works but a new person just coming to this project needs to know how the internals do what it needs and the prerequisites - like having a cache set up.
The text was updated successfully, but these errors were encountered: