bodhi2: update the dogpile-cache.dbm path
This commit is contained in:
parent
8e350a5597
commit
a60268e531
2 changed files with 2 additions and 2 deletions
|
@ -182,7 +182,7 @@ site_requirements = depcheck upgradepath
|
|||
# Cache settings
|
||||
dogpile.cache.backend = dogpile.cache.dbm
|
||||
dogpile.cache.expiration_time = 100
|
||||
dogpile.cache.arguments.filename = /var/cache/bodhi-dogpile-cache.dbm
|
||||
dogpile.cache.arguments.filename = /var/cache/bodhi/dogpile-cache.dbm
|
||||
|
||||
# Exclude sending emails to these users
|
||||
exclude_mail = autoqa taskotron
|
||||
|
|
|
@ -189,7 +189,7 @@ site_requirements = depcheck upgradepath
|
|||
# Cache settings
|
||||
dogpile.cache.backend = dogpile.cache.dbm
|
||||
dogpile.cache.expiration_time = 100
|
||||
dogpile.cache.arguments.filename = /var/cache/bodhi-dogpile-cache.dbm
|
||||
dogpile.cache.arguments.filename = /var/cache/bodhi/dogpile-cache.dbm
|
||||
|
||||
# Exclude sending emails to these users
|
||||
exclude_mail = autoqa taskotron
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue