aboutsummaryrefslogtreecommitdiff
path: root/test.ini
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2011-10-28 02:40:22 +0200
committerMarcin Kuzminski <marcin@python-works.com>2011-10-28 02:40:22 +0200
commit7a3d9b91c8955638422bd4268440d17b5c1ea0e9 (patch)
tree0adabc2b5a82b39c4f8e11c5ccbc6b34d51e4ec0 /test.ini
parent80677fcfe597140f2f7c9c207f09eab6ad72edcb (diff)
Cached readme generation
- cleaned up cache system --HG-- branch : beta
Diffstat (limited to 'test.ini')
-rw-r--r--test.ini8
1 files changed, 7 insertions, 1 deletions
diff --git a/test.ini b/test.ini
index a386d18e..b1a5457a 100644
--- a/test.ini
+++ b/test.ini
@@ -88,21 +88,27 @@ beaker.cache.regions=super_short_term,short_term,long_term,sql_cache_short,sql_c
beaker.cache.super_short_term.type=memory
beaker.cache.super_short_term.expire=10
+beaker.cache.super_short_term.key_length = 256
beaker.cache.short_term.type=memory
beaker.cache.short_term.expire=60
+beaker.cache.short_term.key_length = 256
beaker.cache.long_term.type=memory
beaker.cache.long_term.expire=36000
+beaker.cache.long_term.key_length = 256
beaker.cache.sql_cache_short.type=memory
beaker.cache.sql_cache_short.expire=10
+beaker.cache.sql_cache_short.key_length = 256
beaker.cache.sql_cache_med.type=memory
beaker.cache.sql_cache_med.expire=360
+beaker.cache.sql_cache_med.key_length = 256
beaker.cache.sql_cache_long.type=file
beaker.cache.sql_cache_long.expire=3600
+beaker.cache.sql_cache_long.key_length = 256
####################################
### BEAKER SESSION ####
@@ -143,7 +149,7 @@ logview.pylons.util = #eee
#########################################################
sqlalchemy.db1.url = sqlite:///%(here)s/test.db
#sqlalchemy.db1.url = postgresql://postgres:qwe@localhost/rhodecode_tests
-#sqlalchemy.db1.echo = False
+#sqlalchemy.db1.echo = false
#sqlalchemy.db1.pool_recycle = 3600
sqlalchemy.convert_unicode = true