Skip to content

Commit

Permalink
docs: follow f6ac5b0c
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
  • Loading branch information
aarnphm committed Oct 5, 2022
1 parent b7412d5 commit d664d71
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions docs/source/guides/snippets/configuration/v2.rst
Expand Up @@ -3,9 +3,12 @@

The following options are available for the ``api_server`` section:

+-------------+-------------------------------------+-----------------+
| Option | Description | Default |
+-------------+-------------------------------------+-----------------+
| ``workers`` | Number of API workers for to spawn | None (which will be determined by BentoML)
+-------------+-------------------------------------+-----------------+
``timeout``
+-------------+------------------------------------+---------------------+
| Option | Description | Default |
+-------------+------------------------------------+---------------------+
| ``workers`` | Number of API workers for to spawn | [#default_workers]_ |
+-------------+------------------------------------+---------------------+
| ``timeout`` | Timeout for API server in seconds | 60 |
+-------------+------------------------------------+---------------------+

.. [#default_workers] The default number of workers is the number of CPUs.

0 comments on commit d664d71

Please sign in to comment.