mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-11 20:29:40 +00:00
perf: Add celery worker count config
This commit is contained in:
@@ -25,3 +25,4 @@ BASE_DIR = os.path.dirname(settings.BASE_DIR)
|
||||
LOG_DIR = os.path.join(BASE_DIR, 'data', 'logs')
|
||||
APPS_DIR = os.path.join(BASE_DIR, 'apps')
|
||||
TMP_DIR = os.path.join(BASE_DIR, 'tmp')
|
||||
CELERY_WORKER_COUNT = CONFIG.CELERY_WORKER_COUNT or 10
|
||||
|
Reference in New Issue
Block a user