Bugzilla2fedmsg: prepare the caching configuration

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2024-10-18 16:32:59 +02:00
parent 2803a028a6
commit e9158e857a
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -52,6 +52,11 @@ certfile = "/etc/pki/fedora-messaging/bugzilla2fedmsg-cert.pem"
# Whether to modify messages to look more like Bugzilla 4 ones did
bz4compat = true
[consumer_config.cache]
backend = "dogpile.cache.memory"
expiration_time = 60
arguments = {}
[client_properties]
app = "bugzilla2fedmsg"