Re-set copr-be quota
Revert "copr-be: temporarily slow backend down"
This reverts commit d7720ef7b5
.
This commit is contained in:
parent
d7720ef7b5
commit
28df381127
2 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/sh
|
||||
|
||||
#runuser -c "PYTHONUNBUFFERED=1 python3 /usr/bin/copr_prune_results.py &> /dev/null" - copr
|
||||
#runuser -c "PYTHONUNBUFFERED=1 python3 /usr/bin/copr_prune_srpms.py &> /dev/null" - copr
|
||||
runuser -c "PYTHONUNBUFFERED=1 python3 /usr/bin/copr_prune_results.py &> /dev/null" - copr
|
||||
runuser -c "PYTHONUNBUFFERED=1 python3 /usr/bin/copr_prune_srpms.py &> /dev/null" - copr
|
||||
|
||||
# Optional - Counting downloaded RPMs through Amazon CDN
|
||||
#runuser -c "PYTHONUNBUFFERED=1 python3 /usr/bin/copr-aws-s3-hitcounter --verbose &> /dev/null" - copr
|
||||
runuser -c "PYTHONUNBUFFERED=1 python3 /usr/bin/copr-aws-s3-hitcounter --verbose &> /dev/null" - copr
|
||||
|
|
|
@ -56,7 +56,7 @@ builds_max_workers_arch=
|
|||
|
||||
# Maximum number of concurrently running tasks per project owner.
|
||||
{% if env == 'production' %}
|
||||
builds_max_workers_owner=10
|
||||
builds_max_workers_owner=45
|
||||
{% elif devel %}
|
||||
builds_max_workers_owner=15
|
||||
{% else %}
|
||||
|
@ -64,11 +64,11 @@ builds_max_workers_owner=0
|
|||
{% endif %}
|
||||
|
||||
# Maximum number of concurrently running tasks per build sandbox.
|
||||
builds_max_workers_sandbox=5
|
||||
builds_max_workers_sandbox=35
|
||||
|
||||
# Maximum number of concurrent background processes spawned for handling
|
||||
# actions.
|
||||
actions_max_workers=10
|
||||
actions_max_workers=20
|
||||
|
||||
# publish fedmsg notifications from workers if true
|
||||
# default is false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue