Jul 26

RSS Wordpress 2.8.1-2.8.2 Modify for Timeout issue

by admin in website

RSS Wordpress 2.8.1-2.8.2 Modify for Timeout issue (RSS)
$r['timeout'] = 20; Add this line > Timeout 20 second

wp-includes/http.php
class WP_Http_Curl

$r['timeout'] = 20;
if ( $r['timeout'] > 0 && $r['timeout'] < 1 )
$r['timeout'] = 1;
$r['timeout'] = 20;

Popularity: 4% [?]

Related posts:

  1. WordPress hooks rong> WordPress provides a powerful mechanism for plugin functions to...

Related posts brought to you by Yet Another Related Posts Plugin.

Tags: , ,


You may also be interested in the following product(s)

No Responses to “RSS Wordpress 2.8.1-2.8.2 Modify for Timeout issue”

  1. From win now:

    We loved the site, really loved it!

    Posted on 10. Nov, 2009 at 11:50 am #

Trackbacks/Pingbacks

  1. RSS Wordpress 2.8.1-2.8.2 Modify for Timeout issue - 26. Jul, 2009

    [...] Read the original here: RSS Wordpress 2.8.1-2.8.2 Modify for Timeout issue [...]

  2. RSS Wordpress 2.8.1-2.8.2 Modify for Timeout issue - 26. Jul, 2009

    [...] More here: RSS Wordpress 2.8.1-2.8.2 Modify for Timeout issue [...]

  3. RSS Wordpress 2.8.1-2.8.2 Modify for Timeout issue … – Wordpress UK - 27. Jul, 2009

    [...] link: RSS Wordpress 2.8.1-2.8.2 Modify for Timeout issue … | More Categories: Uncategorized 26 July 2009 at 08:45 – [...]

Leave a Reply