diff --git a/production.ini b/production.ini --- a/production.ini +++ b/production.ini @@ -39,17 +39,18 @@ static_files = false lang=en cache_dir = %(here)s/data - #################################### ### BEAKER CACHE #### #################################### beaker.cache.data_dir=/%(here)s/data/cache/data beaker.cache.lock_dir=/%(here)s/data/cache/lock -beaker.cache.regions=short_term,long_term +beaker.cache.regions=super_short_term,short_term,long_term beaker.cache.long_term.type=memory beaker.cache.long_term.expire=36000 beaker.cache.short_term.type=memory beaker.cache.short_term.expire=60 +beaker.cache.super_short_term.type=memory +beaker.cache.super_short_term.expire=10 ################################################################################ ## WARNING: *THE LINE BELOW MUST BE UNCOMMENTED ON A PRODUCTION ENVIRONMENT* ##