Skip to content
Snippets Groups Projects
Commit 31accdf7 authored by Robin Sonnabend's avatar Robin Sonnabend Committed by Lars Beckers
Browse files

Fix problem with some python modules, global state and threads in uwsgi

parent e86c8d72
No related branches found
No related tags found
1 merge request!4WIP: add acmebot role
This commit is part of merge request !4. Comments created here will be created in the context of that merge request.
......@@ -18,6 +18,7 @@ cheaper-step = 1
{% if app_enable_threads|default(false) %}
enable-threads =
single-interpreter = true
{% endif %}
{% for option in app_uwsgi_options|default([]) %}
{{option}}{% if "=" not in option %} ={% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment