diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-06-13 13:47:09 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-06-13 13:47:09 +0200 |
commit | df9d004cf838ec3e7e8f26d8255ffb78665c1c59 (patch) | |
tree | 1f4ae625cc6036af1d58f799753a94999f08488d /plugins/redundant_attachments/config.inc.php.dist | |
parent | 12f1190a62f4df7d681a320b00c2c906b9158c70 (diff) |
Set TTL for attachments stored in sql database
Diffstat (limited to 'plugins/redundant_attachments/config.inc.php.dist')
-rw-r--r-- | plugins/redundant_attachments/config.inc.php.dist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/redundant_attachments/config.inc.php.dist b/plugins/redundant_attachments/config.inc.php.dist index 6c317ead1..a0be3755e 100644 --- a/plugins/redundant_attachments/config.inc.php.dist +++ b/plugins/redundant_attachments/config.inc.php.dist @@ -6,8 +6,8 @@ // to use memcache as a fallback when write-master is unavailable. $rcmail_config['redundant_attachments_memcache'] = false; -// When memcache is used, attachment data expires after -// specied TTL time in seconds (max.2592000). Default is 12 hours. -$rcmail_config['redundant_attachments_memcache_ttl'] = 12 * 60 * 60; +// Attachment data expires after specied TTL time in seconds (max.2592000). +// Default is 12 hours. +$rcmail_config['redundant_attachments_cache_ttl'] = 12 * 60 * 60; ?> |