2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 03:25:42 +00:00

switched to single quotes everywhere

This commit is contained in:
Matthias Mair
2024-01-07 21:03:14 +01:00
parent a92442e60e
commit f83fedbbb8
181 changed files with 2080 additions and 2080 deletions

View File

@ -33,7 +33,7 @@ if workers is not None:
if workers is None:
workers = multiprocessing.cpu_count() * 2 + 1
logger.info("Starting gunicorn server with %s workers", workers)
logger.info('Starting gunicorn server with %s workers', workers)
max_requests = 1000
max_requests_jitter = 50