abersheeran / asgi-ratelimit

A ASGI Middleware to rate limit
Apache License 2.0
292 stars 11 forks source link

Check the args when init class and fix some typo. #44

Closed ponytailer closed 2 years ago

ponytailer commented 2 years ago
abersheeran commented 2 years ago

To be honest, I don't like the 79 limit, so I didn't configure this option before.

ponytailer commented 2 years ago

To be honest, I don't like the 79 limit, so I didn't configure this option before.

ok, I remove it.

ponytailer commented 2 years ago

BTW, can support simple rate-limit in memory? It can test the project quickly without redis

abersheeran commented 2 years ago

Yes, we can add a new memory backend. In fact, I wanted to add this function at first, but I've been busy with other work. If you are willing to submit PR, I will be happy to help you complete it together.

ponytailer commented 2 years ago

Yes, we can add a new memory backend. In fact, I wanted to add this function at first, but I've been busy with other work. If you are willing to submit PR, I will be happy to help you complete it together.

OK, I will add it later.