(fmn) Try using internal pkgdb url to avoid intermittent stall-outs.
This commit is contained in:
parent
7134914cf6
commit
f1cd7f7cab
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ config = {
|
|||
{% if env == 'staging' %}
|
||||
"fmn.rules.utils.pkgdb_url": "https://admin.stg.fedoraproject.org/pkgdb/api",
|
||||
{% else %}
|
||||
"fmn.rules.utils.pkgdb_url": "https://admin.fedoraproject.org/pkgdb/api",
|
||||
"fmn.rules.utils.pkgdb_url": "http://pkgdb01.phx2.fedoraproject.org/pkgdb/api",
|
||||
{% endif %}
|
||||
"fmn.rules.cache": {
|
||||
"backend": "dogpile.cache.dbm",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue