Too short debugger report waiting timeout
Components
Labels
None
Description
Context Information
None
Additional information (do not use)
None
Attachments
1
Activity
Show:
Alex September 19, 2011 at 9:08 PM
Closing, since 5.1.3 release has been released.
Alex July 8, 2011 at 10:12 AM
Fix committed to [b]5.1.x branch/b. Commit Message:
Fixes #0001046: Too short debugger report waiting timeout
Dmitry Andrejev July 1, 2011 at 1:29 AM
Moved to 5.1.3 release.
Fixed
Priority
Assignee
Reporter
Phil Banks
Phil BanksDeveloper
Alex
AlexChange Log Message
Increasing debugger report timeout
Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
External issue ID
1046
External issue URL
Fix versions
Affects versions
Created May 4, 2011 at 8:17 PM
Updated December 29, 2024 at 9:12 PM
Resolved September 19, 2011 at 9:08 PM
In-Portal's debugger uses AJAX to deliver debugging report to a user. When report is large, but Internet connection is slow then debugger report can't be fully loaded into 5 seconds, which is report waiting timeout now.
I propose to increase that timeout to 5 minutes, since 18MB debugger report usually takes 50 seconds to load and 5 minutes should cover most cases.