config/main.inc.php.dist

Aleksander Machniak machniak at kolabsys.com
Wed May 29 12:43:43 CEST 2013


 config/main.inc.php.dist |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit b23a1eab3faf27c376d63542fa42927e78a60708
Author: Aleksander Machniak <alec at alec.pl>
Date:   Wed May 29 12:43:14 2013 +0200

    Fix cache options names

diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index d1e8f5d..016e08b 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -22,11 +22,11 @@ $rcmail_config['activesync_cache_ttl'] = '1d';
 
 // Type of ActiveSync Auth cache. Supported values: 'db', 'apc' and 'memcache'.
 // Note: This is only for username canonification map.
-$rcmail_config['activesync_cache_auth'] = 'db';
+$rcmail_config['activesync_auth_cache'] = 'db';
 
 // lifetime of ActiveSync Auth cache
 // possible units: s, m, h, d, w
-$rcmail_config['activesync_cache_auth_ttl'] = '1d';
+$rcmail_config['activesync_auth_cache_ttl'] = '1d';
 
 // List of global addressbooks (GAL)
 // Note: If empty 'autocomplete_addressbooks' setting will be used





More information about the commits mailing list