Make bodhi dogpile cache in memory
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
2c6adac806
commit
d2c70f4203
1 changed files with 2 additions and 1 deletions
|
@ -335,7 +335,8 @@ top_testers_timeframe = 900
|
|||
# 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
|
||||
#dogpile.cache.arguments.filename = /var/cache/bodhi/dogpile-cache.dbm
|
||||
dogpile.cache.arguments.backend = dogpile.cache.memory
|
||||
|
||||
# Exclude sending emails to these users
|
||||
# exclude_mail = autoqa taskotron
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue