Increase memcached cache duration to 2 hours

And completly disable dovecot's negative cache
This commit is contained in:
Daniel Berteaud 2015-02-17 17:00:41 +01:00
parent 3f0586bf75
commit 9f2ae4f142
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

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