Author: sevein
Date: Mon Feb 6 11:44:33 2012
New Revision: 10809
Log:
Default settings for view_cache factory set explicitly
Modified:
trunk/apps/qubit/config/factories.yml
Modified: trunk/apps/qubit/config/factories.yml
==============================================================================
--- trunk/apps/qubit/config/factories.yml Mon Feb 6 11:29:07 2012
(r10808)
+++ trunk/apps/qubit/config/factories.yml Mon Feb 6 11:44:33 2012
(r10809)
@@ -54,6 +54,15 @@
cache_key_use_vary_headers: true
cache_key_use_host_name: true
+ view_cache:
+ # class: sfAPCCache
+ class: sfFileCache
+ param:
+ automatic_cleaning_factor: 0
+ cache_dir: %SF_TEMPLATE_CACHE_DIR%
+ lifetime: 86400
+ prefix: %SF_APP_DIR%/template
+
user:
class: myUser
param:
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.