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:
parent
46dcb545db
commit
45ec67dc13
|
@ -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');
|
||||
|
||||
|
|
Loading…
Reference in New Issue