Set the interval to 5 minutes like I meant. See #7245 props aaroncampbell.

git-svn-id: http://svn.automattic.com/wordpress/trunk@11786 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi 2009-08-07 17:11:39 +00:00
parent 46dcb545db
commit 45ec67dc13
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ require_once( ABSPATH . WPINC . '/class-pop3.php' );
/** Only check at this interval for new messages. */
if ( !defined('WP_MAIL_INTERVAL') )
define('WP_MAIL_INTERVAL', 500); // 5 minutes
define('WP_MAIL_INTERVAL', 300); // 5 minutes
$last_checked = get_transient('mailserver_last_checked');