(fmn) Try using internal pkgdb url to avoid intermittent stall-outs.

This commit is contained in:
Ralph Bean 2015-02-11 22:12:09 +00:00
parent 7134914cf6
commit f1cd7f7cab

View file

@ -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",