Ticket #11505: ticket-11505-stop-gap.patch
File ticket-11505-stop-gap.patch, 572 bytes (added by , 15 years ago) |
---|
-
cron.php
229 229 set_transient( 'doing_cron', $local_time ); 230 230 231 231 $cron_url = get_option( 'siteurl' ) . '/wp-cron.php?doing_wp_cron'; 232 wp_remote_post( $cron_url, array('timeout' => 0.01, 'blocking' => false, 'sslverify' => apply_filters('https_local_ssl_verify', true)) );232 wp_remote_post( $cron_url, array('timeout' => 1, 'blocking' => false, 'sslverify' => apply_filters('https_local_ssl_verify', true)) ); 233 233 } 234 234 235 235 /**