Increase default Gunicorn worker timeout from 210 to 300 seconds
This commit is contained in:
parent
5f349d507c
commit
8d53ef7ff0
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ DEFAULT_EMBEDDING_FUNC_MAX_ASYNC = 8 # Default max async for embedding function
|
|||
DEFAULT_EMBEDDING_BATCH_NUM = 10 # Default batch size for embedding computations
|
||||
|
||||
# Gunicorn worker timeout
|
||||
DEFAULT_TIMEOUT = 210
|
||||
DEFAULT_TIMEOUT = 300
|
||||
|
||||
# Default llm and embedding timeout
|
||||
DEFAULT_LLM_TIMEOUT = 180
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue