mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-05-04 20:30:39 +00:00
Add --hourly-req-limit
This commit is contained in:
parent
95c4cf6466
commit
4903ab757c
3 changed files with 22 additions and 4 deletions
|
@ -61,6 +61,11 @@ _default_options_objects = [
|
|||
'default_value': 'memory://',
|
||||
'value_type': 'str'
|
||||
},
|
||||
{
|
||||
'name': 'HOURLY_REQ_LIMIT',
|
||||
'default_value': -1,
|
||||
'value_type': 'int'
|
||||
},
|
||||
{
|
||||
'name': 'DAILY_REQ_LIMIT',
|
||||
'default_value': -1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue