copr-fe: typo in dev vs. prod
This commit is contained in:
parent
206f4bf79f
commit
f7b3da54b0
1 changed files with 2 additions and 2 deletions
|
@ -4,9 +4,9 @@ Alias "/db_dumps/" "/var/www/html/db_dumps/"
|
||||||
|
|
||||||
{%- macro develizer(processes, threads) %}
|
{%- macro develizer(processes, threads) %}
|
||||||
{% if devel %}
|
{% if devel %}
|
||||||
processes={{ processes }} threads={{ threads }}
|
|
||||||
{%- else %}
|
|
||||||
processes=1 threads={{ (threads/2) |int}}
|
processes=1 threads={{ (threads/2) |int}}
|
||||||
|
{%- else %}
|
||||||
|
processes={{ processes }} threads={{ threads }}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{%- endmacro %}
|
{%- endmacro %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue