mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-05-25 11:22:28 +00:00
feat(batch): add --batch-limit
This commit is contained in:
parent
2c5eba14b4
commit
8761af718d
3 changed files with 11 additions and 2 deletions
|
@ -92,6 +92,7 @@ docker-compose up -d --build
|
|||
| --port | Set port to bind the server to | `5000` |
|
||||
| --char-limit | Set character limit | `No limit` |
|
||||
| --req-limit | Set maximum number of requests per minute per client | `No limit` |
|
||||
| --batch-limit | Set maximum number of texts to translate in a batch request | `No limit` |
|
||||
| --ga-id | Enable Google Analytics on the API client page by providing an ID | `No tracking` |
|
||||
| --debug | Enable debug environment | `False` |
|
||||
| --ssl | Whether to enable SSL | `False` |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue