Roundcube Community Forum

 

Mail server polling interval

Started by nikolex, September 06, 2006, 11:19:03 AM

Previous topic - Next topic

nikolex

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.

Ineedmentalhelp

more than 10 years and still no reply dang

Dmitry42


// 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;