Skip to content

Commit

Permalink
Update python_server.rst (#4609)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltinsley authored Jan 20, 2023
1 parent afb8678 commit ca18e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/python/python_server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ line flags.
+-----------------------------+--------------------------------------------+-----------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| ``--workers`` | ``GUNICORN_WORKERS`` | ``1`` | Number of Gunicorn workers for handling requests. |
+-----------------------------+--------------------------------------------+-----------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| ``--threads`` | ``GUNICORN_THREADS`` | ``10`` | Number of threads to run per Gunicorn worker. |
| ``--threads`` | ``GUNICORN_THREADS`` | ``1`` | Number of threads to run per Gunicorn worker. |
+-----------------------------+--------------------------------------------+-----------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| ``--max-requests`` | ``GUNICORN_MAX_REQUESTS`` | ``0`` | Maximum number of requests gunicorn worker will process before restarting. |
+-----------------------------+--------------------------------------------+-----------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Expand Down

0 comments on commit ca18e13

Please sign in to comment.