Increase Cache Cleanup interval to 1800 so we don't need too much CAS re-validation

This commit is contained in:
Daniel Berteaud 2013-09-30 09:43:16 +02:00
parent dbd5fa996d
commit a9bf85ada8

View File

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