feat(batch): add --batch-limit

This commit is contained in:
Claas Augner 2021-01-19 18:53:53 +01:00
parent 2c5eba14b4
commit 8761af718d
3 changed files with 11 additions and 2 deletions

View file

@ -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` |