mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-19 12:23:03 +01:00
8 lines
191 B
Plaintext
8 lines
191 B
Plaintext
config BR2_PACKAGE_PYTHON_RATELIM
|
|
bool "python-ratelim"
|
|
select BR2_PACKAGE_PYTHON_DECORATOR # runtime
|
|
help
|
|
Makes it easy to respect rate limits.
|
|
|
|
http://github.com/themiurgo/ratelim
|