Increase memcached cache duration to 2 hours

And completly disable dovecot's negative cache
tags/ipasserelle-groupware-0.2.37-1
Daniel Berteaud 10 years ago
parent 3f0586bf75
commit 9f2ae4f142
  1. 4
      root/etc/e-smith/templates/etc/dovecot/dovecot.conf/014AuthCache
  2. 2
      root/etc/e-smith/templates/etc/sogo/sogo.conf/16memcached

@ -1,3 +1,3 @@
auth_cache_size = { $dovecot{'AuthCacheSize'} || '5242880' }
auth_cache_ttl = 1800
auth_cache_negative_ttl = 1
auth_cache_ttl = 7200
auth_cache_negative_ttl = 0

@ -1,2 +1,2 @@
SOGoMemcachedHost = "/var/run/sogo/memcached.sock";
SOGoCacheCleanupInterval = 1800;
SOGoCacheCleanupInterval = 7200;

Loading…
Cancel
Save