Skip to content

Commit ff615e7

Browse files
authored
Update cli.md
1 parent c1c7f88 commit ff615e7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

cli.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,12 @@ export KEEP_ALIVE=60
6161
fastdeploy --rest --recipe ./recipes/echo
6262
```
6363

64+
#### --config options explained
65+
6466
| Config | Description | Default |
6567
| --- | --- | --- |
66-
| max_request_batch_size | integer max number of inputs in a batch | 0 (None) |
67-
| workers | integer number of workers | 3 |
68+
| max_request_batch_size | integer max number of inputs in a batch. useful when exposing to outside directly to limit max number of inputs that can be in a request | 0 (None) |
69+
| workers | number of rest api gunicorn workers. 3 is more than enoough generally | 3 |
6870
| timeout | seconds after which request will fail | 480 |
6971
| host | host for the REST server | 0.0.0.0 |
7072
| port | port for the REST server | 8080 |

0 commit comments

Comments
 (0)