config: removed obsolete super_short_term cache definition

This commit is contained in:
Marcin Kuzminski 2018-06-18 17:22:34 +02:00
parent 7ed0451f13
commit 27a87da295
3 changed files with 3 additions and 15 deletions

View file

@ -320,11 +320,7 @@ cache_dir = %(here)s/data
beaker.cache.data_dir = %(here)s/data/cache/beaker_data
beaker.cache.lock_dir = %(here)s/data/cache/beaker_lock
beaker.cache.regions = super_short_term, short_term, long_term, sql_cache_short, auth_plugins, repo_cache_long
beaker.cache.super_short_term.type = memory
beaker.cache.super_short_term.expire = 10
beaker.cache.super_short_term.key_length = 256
beaker.cache.regions = short_term, long_term, sql_cache_short, auth_plugins, repo_cache_long
# used for caching user permissions
beaker.cache.short_term.type = file

View file

@ -295,11 +295,7 @@ cache_dir = %(here)s/data
beaker.cache.data_dir = %(here)s/data/cache/beaker_data
beaker.cache.lock_dir = %(here)s/data/cache/beaker_lock
beaker.cache.regions = super_short_term, short_term, long_term, sql_cache_short, auth_plugins, repo_cache_long
beaker.cache.super_short_term.type = memory
beaker.cache.super_short_term.expire = 10
beaker.cache.super_short_term.key_length = 256
beaker.cache.regions = short_term, long_term, sql_cache_short, auth_plugins, repo_cache_long
# used for caching user permissions
beaker.cache.short_term.type = file

View file

@ -292,11 +292,7 @@ cache_dir = %(here)s/data
beaker.cache.data_dir = %(here)s/rc/data/cache/beaker_data
beaker.cache.lock_dir = %(here)s/rc/data/cache/beaker_lock
beaker.cache.regions = super_short_term, short_term, long_term, sql_cache_short, auth_plugins, repo_cache_long
beaker.cache.super_short_term.type = memory
beaker.cache.super_short_term.expire = 1
beaker.cache.super_short_term.key_length = 256
beaker.cache.regions = short_term, long_term, sql_cache_short, auth_plugins, repo_cache_long
beaker.cache.short_term.type = file
beaker.cache.short_term.expire = 0