diff --git a/roles/openshift-apps/bugzilla2fedmsg/templates/fedora-messaging.toml b/roles/openshift-apps/bugzilla2fedmsg/templates/fedora-messaging.toml index b933e4b618..971492b76f 100644 --- a/roles/openshift-apps/bugzilla2fedmsg/templates/fedora-messaging.toml +++ b/roles/openshift-apps/bugzilla2fedmsg/templates/fedora-messaging.toml @@ -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"