From 27a87da2952a22367566de4f33ee516a929ddc9b Mon Sep 17 00:00:00 2001 From: Marcin Kuzminski Date: Mon, 18 Jun 2018 17:22:34 +0200 Subject: [PATCH] config: removed obsolete super_short_term cache definition --- configs/development.ini | 6 +----- configs/production.ini | 6 +----- rhodecode/tests/rhodecode.ini | 6 +----- 3 files changed, 3 insertions(+), 15 deletions(-) diff --git a/configs/development.ini b/configs/development.ini index f914d800..173e66bf 100644 --- 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 index 5fedd275..cc566aa9 100644 --- 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 index 19e32ccd..b7c00d97 100644 --- 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