Update bodhi config for 3.6.1
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
3b187523d1
commit
ae9bea289d
1 changed files with 0 additions and 7 deletions
|
@ -341,13 +341,9 @@ 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
|
||||
{% if env == "staging" %}
|
||||
dogpile.cache.backend = dogpile.cache.memory_pickle
|
||||
# Cache expires every 6 hours.
|
||||
dogpile.cache.expiration_time = 21600
|
||||
{% else %}
|
||||
dogpile.cache.arguments.filename = /var/cache/bodhi/dogpile-cache.dbm
|
||||
{% endif %}
|
||||
|
||||
# Exclude sending emails to these users
|
||||
# exclude_mail = autoqa taskotron
|
||||
|
@ -689,9 +685,6 @@ port = 6543
|
|||
[pshell]
|
||||
m = bodhi.server.models
|
||||
#db = bodhi.server.util.pshell_db
|
||||
{% if env != "staging" %}
|
||||
t = transaction
|
||||
{% endif %}
|
||||
|
||||
# Begin logging configuration
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue