config: removed obsolete super_short_term cache definition
This commit is contained in:
parent
7ed0451f13
commit
27a87da295
3 changed files with 3 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue