summaryrefslogtreecommitdiff
path: root/program/lib/Roundcube/rcube_config.php
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-06-13 13:47:09 +0200
committerAleksander Machniak <alec@alec.pl>2013-06-13 13:47:09 +0200
commitdf9d004cf838ec3e7e8f26d8255ffb78665c1c59 (patch)
tree1f4ae625cc6036af1d58f799753a94999f08488d /program/lib/Roundcube/rcube_config.php
parent12f1190a62f4df7d681a320b00c2c906b9158c70 (diff)
Set TTL for attachments stored in sql database
Diffstat (limited to 'program/lib/Roundcube/rcube_config.php')
-rw-r--r--program/lib/Roundcube/rcube_config.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/program/lib/Roundcube/rcube_config.php b/program/lib/Roundcube/rcube_config.php
index bd97583c3..18055f77d 100644
--- a/program/lib/Roundcube/rcube_config.php
+++ b/program/lib/Roundcube/rcube_config.php
@@ -44,6 +44,7 @@ class rcube_config
'refresh_interval' => 'keep_alive',
'min_refresh_interval' => 'min_keep_alive',
'messages_cache_ttl' => 'message_cache_lifetime',
+ 'redundant_attachments_cache_ttl' => 'redundant_attachments_memcache_ttl',
);