Set the interval to 5 minutes like I meant. See #7245 props aaroncampbell.
git-svn-id: https://develop.svn.wordpress.org/trunk@11786 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
194d325e3f
commit
8381ee663f
@ -15,7 +15,7 @@ require_once( ABSPATH . WPINC . '/class-pop3.php' );
|
|||||||
|
|
||||||
/** Only check at this interval for new messages. */
|
/** Only check at this interval for new messages. */
|
||||||
if ( !defined('WP_MAIL_INTERVAL') )
|
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');
|
$last_checked = get_transient('mailserver_last_checked');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user