Add --req-limit-storage redis support

This commit is contained in:
Piero Toffanin 2022-10-14 13:27:34 -04:00
parent bc8b331fe9
commit 70c4571067
5 changed files with 15 additions and 0 deletions

View file

@ -56,6 +56,11 @@ _default_options_objects = [
'default_value': -1,
'value_type': 'int'
},
{
'name': 'REQ_LIMIT_STORAGE',
'default_value': 'memory://',
'value_type': 'str'
},
{
'name': 'DAILY_REQ_LIMIT',
'default_value': -1,