Bugzilla2fedmsg: prepare the caching configuration
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
2803a028a6
commit
e9158e857a
1 changed files with 5 additions and 0 deletions
|
@ -52,6 +52,11 @@ certfile = "/etc/pki/fedora-messaging/bugzilla2fedmsg-cert.pem"
|
||||||
# Whether to modify messages to look more like Bugzilla 4 ones did
|
# Whether to modify messages to look more like Bugzilla 4 ones did
|
||||||
bz4compat = true
|
bz4compat = true
|
||||||
|
|
||||||
|
[consumer_config.cache]
|
||||||
|
backend = "dogpile.cache.memory"
|
||||||
|
expiration_time = 60
|
||||||
|
arguments = {}
|
||||||
|
|
||||||
|
|
||||||
[client_properties]
|
[client_properties]
|
||||||
app = "bugzilla2fedmsg"
|
app = "bugzilla2fedmsg"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue