Set a shorter cache TTL when not using CAS authentication

tags/ipasserelle-groupware-0.2.37-1 0.2.33_el6
Daniel Berteaud 7 years ago
parent 90d3c32e99
commit d3d85fae71
  1. 2
      root/etc/e-smith/templates/etc/sogo/sogo.conf/16memcached

@ -1,2 +1,2 @@
SOGoMemcachedHost = "/var/run/sogo/memcached.sock";
SOGoCacheCleanupInterval = 7200;
SOGoCacheCleanupInterval = { $sogod{CacheCleanupInterval} || ($sogod{Authentication} || 'cas') ne 'internal' ? '7200' : '300' };

Loading…
Cancel
Save