mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-02-11 09:05:00 +08:00
Configure dogpile.cache
This commit is contained in:
@@ -57,7 +57,7 @@ class KojiModuleBuilder(GenericBuilder):
|
||||
|
||||
backend = "koji"
|
||||
_build_lock = threading.Lock()
|
||||
region = dogpile.cache.make_region()
|
||||
region = dogpile.cache.make_region().configure('dogpile.cache.memory')
|
||||
|
||||
@module_build_service.utils.validate_koji_tag('tag_name')
|
||||
def __init__(self, owner, module, config, tag_name, components):
|
||||
|
||||
Reference in New Issue
Block a user