Skip to content

Commit

Permalink
fix: fox docs format
Browse files Browse the repository at this point in the history
  • Loading branch information
gusghrlrl101 committed Apr 19, 2024
1 parent 9f2847e commit a396e24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/guides/configurations.rst
Expand Up @@ -226,11 +226,12 @@ BentoML parses all the available fields directly to `Uvicorn <https://www.uvicor
# Service implementation
``timeouts``
^^^^^^^^^^^
^^^^^^^^^^^^

``timeouts`` allows you to set the timeout for keep alive and graceful shutdown.

BentoML parses all the available fields directly to `Uvicorn <https://www.uvicorn.org/settings/#timeouts>`_. Here is an example:

.. code-block:: python
@bentoml.service(timeouts={
Expand Down

0 comments on commit a396e24

Please sign in to comment.