Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#19634 closed enhancement (wontfix)

API timeout

Reported by: bi0xid's profile bi0xid Owned by:
Milestone: Priority: normal
Severity: minor Version: 3.3
Component: Plugins Keywords:
Focuses: Cc:

Description

We have some problems with the API. It's given plugin installation timeouts in 3.2. and 3.3.

It seems like the API is getting more traffic and sometime cannot afford the petitions in less than 15 seconds.

Patch attached to change timeout from 15 seconds to 60 seconds.

Attachments (2)

plugin-pach.diff (360 bytes) - added by bi0xid 13 years ago.
changes in /wp-admin/includes/plugin-install.php
plugin-patch.diff (768 bytes) - added by bi0xid 13 years ago.
changes in /wp-admin/includes/plugin-install.php

Download all attachments as: .zip

Change History (4)

@bi0xid
13 years ago

changes in /wp-admin/includes/plugin-install.php

@bi0xid
13 years ago

changes in /wp-admin/includes/plugin-install.php

#1 @bi0xid
13 years ago

Sorry about the mess with the patch.

#2 @nacin
13 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to wontfix
  • Status changed from new to closed

We were having some issues today. 15 seconds is a good balance between a slow reply and not holding up the page forever.

Note: See TracTickets for help on using tickets.