diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-05-18 12:37:00 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-05-18 12:37:00 +0000 |
| commit | fc3bb8bc7542fca3752c8001a25e4e704a1cecbb (patch) | |
| tree | ced23edd62a459b58bac270e9e7285435b03bfbe /roundcubemail/config | |
| parent | 9b89dcb37c5972d8dfd56fb696feea29c2e10bb6 (diff) | |
- Add APC support in rcube_cache
git-svn-id: https://svn.roundcube.net/trunk@4785 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
| -rw-r--r-- | roundcubemail/config/main.inc.php.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index 169a3a044..f63a18129 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/config/main.inc.php.dist @@ -109,7 +109,7 @@ $rcmail_config['imap_auth_cid'] = null; // Optional IMAP authentication password to be used for imap_auth_cid $rcmail_config['imap_auth_pw'] = null; -// Type of IMAP indexes cache. Supported values: 'db' and 'memcache'. +// Type of IMAP indexes cache. Supported values: 'db', 'apc' and 'memcache'. $rcmail_config['imap_cache'] = null; // Enables messages cache. Only 'db' cache is supported. |
