[wp-trac] [WordPress Trac] #10349: No plugin update messages displayed in trunk
WordPress Trac
wp-trac at lists.automattic.com
Thu Aug 13 11:28:14 UTC 2009
#10349: No plugin update messages displayed in trunk
-----------------------------+----------------------------------------------
Reporter: pavelevap | Owner: dd32
Type: defect (bug) | Status: new
Priority: normal | Milestone: 2.9
Component: Upgrade/Install | Version: 2.9
Severity: normal | Keywords:
-----------------------------+----------------------------------------------
Comment(by dd32):
I have a feeling this is due to the timeouts on the API requests.
pavelevap: Are you on a slow(er) connection?
All the update API requests time out after 3 seconds.. So that could be
it, open {{{wp-includes/update.php}}} and search for {{{'timeout' => 3,}}}
try changing that to 30, if that works its just due to your slow
connection.
I'd suggest increasing that timeout to at least 5-8seconds.. its usually
run via a cron, so the timeout isnt a huge problem.. Could be increased to
a higher value if its a ajax request, and a lower timeout if its being run
as a realtime process maybe?
--
Ticket URL: <http://core.trac.wordpress.org/ticket/10349#comment:5>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list