gunnar: server/horde/horde conf.php,1.7,1.8

cvs at kolab.org cvs at kolab.org
Wed Oct 10 11:46:39 CEST 2007


Author: gunnar

Update of /kolabrepository/server/horde/horde
In directory doto:/tmp/cvs-serv22012/horde/horde

Modified Files:
	conf.php 
Log Message:
The final Horde patch before the beta release. This intends to fix Horde Share caching for Kolab which is the second level of IMAP caching in Horde/Kolab.

Index: conf.php
===================================================================
RCS file: /kolabrepository/server/horde/horde/conf.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- conf.php	4 Oct 2007 09:47:55 -0000	1.7
+++ conf.php	10 Oct 2007 09:46:37 -0000	1.8
@@ -41,7 +41,7 @@
 $conf['group']['driver'] = 'datatree';
 $conf['group']['cache'] = false;
 $conf['share']['no_sharing'] = false;
-$conf['share']['cache'] = false;
+$conf['share']['cache'] = true;
 $conf['share']['driver'] = 'kolab';
 $conf['cache']['default_lifetime'] = 1800;
 $conf['cache']['params']['dir'] = Horde::getTempDir();





More information about the commits mailing list