aboutsummaryrefslogtreecommitdiff
path: root/production.ini
diff options
context:
space:
mode:
Diffstat (limited to 'production.ini')
-rw-r--r--production.ini41
1 files changed, 21 insertions, 20 deletions
diff --git a/production.ini b/production.ini
index df0f4d28..726b4c86 100644
--- a/production.ini
+++ b/production.ini
@@ -47,26 +47,27 @@ 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=super_short_term,short_term,long_term,sql_cache_short,sql_cache_med,sql_cache_long
- 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
-
- beaker.cache.sql_cache_short.type=memory
- beaker.cache.sql_cache_short.expire=5
-
- beaker.cache.sql_cache_med.type=memory
- beaker.cache.sql_cache_med.expire=360
-
- beaker.cache.sql_cache_long.type=file
- beaker.cache.sql_cache_long.expire=3600
+beaker.cache.data_dir=/%(here)s/data/cache/data
+beaker.cache.lock_dir=/%(here)s/data/cache/lock
+beaker.cache.regions=super_short_term,short_term,long_term,sql_cache_short,sql_cache_med,sql_cache_long
+
+beaker.cache.super_short_term.type=memory
+beaker.cache.super_short_term.expire=10
+
+beaker.cache.short_term.type=memory
+beaker.cache.short_term.expire=60
+
+beaker.cache.long_term.type=memory
+beaker.cache.long_term.expire=36000
+
+beaker.cache.sql_cache_short.type=memory
+beaker.cache.sql_cache_short.expire=5
+
+beaker.cache.sql_cache_med.type=memory
+beaker.cache.sql_cache_med.expire=360
+
+beaker.cache.sql_cache_long.type=file
+beaker.cache.sql_cache_long.expire=3600
####################################
### BEAKER SESSION ####