Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: nikolex on September 06, 2006, 11:19:03 AM

Title: Mail server polling interval
Post by: nikolex on September 06, 2006, 11:19:03 AM
Hello,

Tailing the maillog, I see that RC polls the imap/pop3 server every minute. I was digging around through the code and roundcubemail db
hoping to find a variable to set the polling interval to something higher than one minute. Pointers would be appreciated.

Thanks.
Title: Re: Mail server polling interval
Post by: Ineedmentalhelp on June 02, 2023, 11:44:54 AM
more than 10 years and still no reply dang
Title: Re: Mail server polling interval
Post by: Dmitry42 on June 02, 2023, 01:06:07 PM

// Default interval for auto-refresh requests (in seconds)
// These are requests for system state updates e.g. checking for new messages, etc.
// Setting it to 0 disables the feature.
$config['refresh_interval'] = 60;