Roundcube Community Forum

Release Support => Pending Issues => Topic started by: newsfish on October 01, 2014, 01:00:26 AM

Title: How can I delete cache from database in [messages table] ???????
Post by: newsfish on October 01, 2014, 01:00:26 AM
Hi,
In my Roundcube web mail database, I have a table named "messages". As you know, this table behaves as a cache table and store a copy of messages in it. but I have a problem,

This table permanently becomes full and causes that my web mail database becomes slow, and in this condition I have to delete all content of this table for improving my web mail.

How can I solve this issue???????

These are all the config related to cache in main.inc.php

$rcmail_config['enable_caching'] = true;

$rcmail_config['message_cache_lifetime'] = '1h';