Crank up the fmn expiry time.
This commit is contained in:
parent
991d343802
commit
0935e38cae
1 changed files with 5 additions and 1 deletions
|
@ -31,7 +31,11 @@ config = {
|
||||||
{% endif %}
|
{% endif %}
|
||||||
"fmn.rules.cache": {
|
"fmn.rules.cache": {
|
||||||
"backend": "dogpile.cache.dbm",
|
"backend": "dogpile.cache.dbm",
|
||||||
"expiration_time": 300,
|
# 28800 is 8 hours.. a really long time.
|
||||||
|
# As of this commit: http://da.gd/oZBe that should be okay, because our
|
||||||
|
# backend should intelligently invalidate its pkgdb2 cache if it
|
||||||
|
# receives a pkgdb2 message.
|
||||||
|
"expiration_time": 28800,
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"filename": "/var/tmp/fmn-cache.dbm",
|
"filename": "/var/tmp/fmn-cache.dbm",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue