Ticket #8086: spawn_cron_timeout.diff
File spawn_cron_timeout.diff, 412 bytes (added by , 15 years ago) |
---|
-
wp-includes/cron.php
198 198 199 199 update_option( 'doing_cron', $local_time + 30 ); 200 200 201 wp_remote_post($cron_url, array('timeout' => 0.01, 'blocking' => false));201 wp_remote_post($cron_url, array('timeout' => 1, 'blocking' => false)); 202 202 } 203 203 204 204 /**