[wp-testers] Hanging after "Publish" [Fixed?]

Ryan Boren ryan at boren.nu
Wed Dec 3 18:01:52 GMT 2008


On Tue, Dec 2, 2008 at 11:41 AM, Will Garcia <w at will.ph> wrote:
> Here's my output:
>
> Available transports: Curl Fsockopen

Curl is the preferred transport for spawning cron and should handle
non-blocking okay.  Maybe it doesn't like our sub-second timeout.  If
you can, try changing the timeout in spawn_cron()'s call to
wp_remote_post() (see wp-includes/cron.php)  from 0.01 to 1.  Here's a
patch showing the change:

http://trac.wordpress.org/attachment/ticket/8086/spawn_cron_timeout.diff

Put all of your ping sites back in and try with that.


More information about the wp-testers mailing list