On 06/04/2013 03:21 AM, Michael Heydekamp wrote:
// Minimal value of user's 'keep_alive' setting (in seconds) // Must be less than 'session_lifetime' $rcmail_config['min_keep_alive'] = 60;
// Default interval for keep-alive/check-recent requests (in seconds) // Must be greater than or equal to 'min_keep_alive' and less than 'session_lifetime '$rcmail_config['keep_alive'] = 60;
But whatever might be wrong or missing there, why does it apply only to this particular setting and not to all others?
These are legacy, now we use refresh_interval. If you'd use installer or upgrade script it would tell you that.
I however fixed the issue in git.