mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
[BUG] Increase worker-timeout to account for install times (#4285)
Fixes #4284
This commit is contained in:
parent
06eb3a81b6
commit
c6df0dbb2d
@ -18,8 +18,8 @@ worker_tmp_dir = '/dev/shm' # Write temp file to RAM (faster)
|
||||
threads = 4
|
||||
|
||||
|
||||
# Worker timeout (default = 30 seconds)
|
||||
timeout = os.environ.get('INVENTREE_GUNICORN_TIMEOUT', 30)
|
||||
# Worker timeout (default = 90 seconds)
|
||||
timeout = os.environ.get('INVENTREE_GUNICORN_TIMEOUT', 90)
|
||||
|
||||
# Number of worker processes
|
||||
workers = os.environ.get('INVENTREE_GUNICORN_WORKERS', None)
|
||||
|
Loading…
Reference in New Issue
Block a user