Ticket #8923: 8923_cron.diff
File 8923_cron.diff, 517 bytes (added by , 16 years ago) |
---|
-
C:/xampp/htdocs/wordpress_trunk/wp-includes/cron.php
201 201 202 202 update_option( 'doing_cron', $local_time + 30 ); 203 203 204 wp_remote_post($cron_url, array('timeout' => 0.01, 'blocking' => false));204 wp_remote_post($cron_url, array('timeout' => 10*60, 'blocking' => false)); 205 205 } 206 206 207 207 /**