diff --git a/configs/development.ini b/configs/development.ini --- a/configs/development.ini +++ b/configs/development.ini @@ -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 diff --git a/configs/production.ini b/configs/production.ini --- a/configs/production.ini +++ b/configs/production.ini @@ -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 diff --git a/rhodecode/tests/rhodecode.ini b/rhodecode/tests/rhodecode.ini --- a/rhodecode/tests/rhodecode.ini +++ b/rhodecode/tests/rhodecode.ini @@ -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