2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 10:35:40 +00:00

chore: bump pre commit (#8904)

* bump pre-commit

* auto-fixes

* ignore error

* fix a few more issues

* fix pattern
This commit is contained in:
Matthias Mair
2025-01-17 23:38:00 +01:00
committed by GitHub
parent 3d2f800c73
commit 64b9365947
17 changed files with 34 additions and 30 deletions

View File

@ -19,7 +19,7 @@ threads = 4
# Worker timeout (default = 90 seconds)
timeout = os.environ.get('INVENTREE_GUNICORN_TIMEOUT', 90)
timeout = os.environ.get('INVENTREE_GUNICORN_TIMEOUT', '90')
# Number of worker processes
workers = os.environ.get('INVENTREE_GUNICORN_WORKERS', None)