Skip to content
Snippets Groups Projects
Commit e1eb5018 authored by Alexander Pace's avatar Alexander Pace
Browse files

gunicorn threads

parent 2cf9bf4d
No related branches found
No related tags found
1 merge request!142Visual Tweaks
......@@ -30,7 +30,7 @@ workers = get_from_env('GUNICORN_WORKERS',
fail_if_not_found=False)
threads = get_from_env('GUNICORN_THREADS',
default_value=16,
default_value=8,
fail_if_not_found=False)
# Worker class ----------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment