Revert "Try using an in-memory dogpile backend to speed up the fmn backend."
This reverts commit 5f278aa7d4
.
This commit is contained in:
parent
ed2fe070a3
commit
053df891a8
1 changed files with 4 additions and 1 deletions
|
@ -36,12 +36,15 @@ config = {
|
||||||
"fmn.rules.utils.pkgdb_url": "https://admin.fedoraproject.org/pkgdb/api",
|
"fmn.rules.utils.pkgdb_url": "https://admin.fedoraproject.org/pkgdb/api",
|
||||||
{% endif %}
|
{% endif %}
|
||||||
"fmn.rules.cache": {
|
"fmn.rules.cache": {
|
||||||
"backend": "dogpile.cache.memory",
|
"backend": "dogpile.cache.dbm",
|
||||||
# 28800 is 8 hours.. a really long time.
|
# 28800 is 8 hours.. a really long time.
|
||||||
# As of this commit: http://da.gd/oZBe that should be okay, because our
|
# As of this commit: http://da.gd/oZBe that should be okay, because our
|
||||||
# backend should intelligently invalidate its pkgdb2 cache if it
|
# backend should intelligently invalidate its pkgdb2 cache if it
|
||||||
# receives a pkgdb2 message.
|
# receives a pkgdb2 message.
|
||||||
"expiration_time": 28800,
|
"expiration_time": 28800,
|
||||||
|
"arguments": {
|
||||||
|
"filename": "/var/tmp/fmn-cache.dbm",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
# The notification backend uses this to build a fas cache of ircnicks
|
# The notification backend uses this to build a fas cache of ircnicks
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue