diff development.ini @ 107:5e2470ebdbc6

Added repo switcher, in base and long term caching for this.
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 26 Apr 2010 00:38:53 +0200
parents aec4c0071cb3
children a5a3bcc5ee89
line wrap: on
line diff
--- a/development.ini	Sun Apr 25 23:26:14 2010 +0200
+++ b/development.ini	Mon Apr 26 00:38:53 2010 +0200
@@ -45,10 +45,12 @@
 ####################################
 beaker.cache.data_dir=/tmp/cache/data
 beaker.cache.lock_dir=/tmp/cache/lock
-beaker.cache.regions=short_term
+beaker.cache.regions=short_term,long_term
+beaker.cache.short_term.type=file
+beaker.cache.short_term.expire=3600
 beaker.cache.short_term.type=memory
 beaker.cache.short_term.expire=60
-    
+
 ################################################################################
 ## WARNING: *THE LINE BELOW MUST BE UNCOMMENTED ON A PRODUCTION ENVIRONMENT*  ##
 ## Debug mode will enable the interactive debugging tool, allowing ANYONE to  ##