If you want a faster Kolab, read this.

Aleksander Machniak machniak at kolabsys.com
Fri Sep 11 19:45:27 CEST 2015


On 09/11/2015 06:25 PM, Christian Hügel wrote:
>     $config['imap_cache'] = 'memcache';
>     $config['memcache_hosts'] = array('localhost:11211');
>     $config['session_storage'] = 'memcache';
>     $config['imap_cache_ttl'] = '20d';
>     $config['messages_cache'] = 'memcache';

Messages_cache can be only 'db'. Setting it to 'memcache' does nothing,
sql database will be used until you set it to null or empty string.

There are cache-related settings in libkolab plugin.

-- 
Aleksander Machniak
Software Developer
Kolab Systems AG: http://kolabsys.com
PGP: 19359DC1


More information about the users mailing list