Needs review
Project:
Live Coverage
Version:
6.x-2.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Mar 2011 at 02:27 UTC
Updated:
29 Mar 2011 at 03:02 UTC
Jump to comment: Most recent file
Comments
Comment #1
cpliakas commentedThe root cause of the issue is that there are incomplete entries in the database (see attached screenshot). As a result, the refresh rate is set to "000" causing the AJAX requests to flood the server. Although I could not determine the root cause of the issue, the attached patch adds a safeguard that loads the default refresh rate of 180 if a value wasn't properly retrieved from the database.
Thanks,
Chris
Comment #2
cpliakas commentedThere is a logic error in the patch posted in #1. The way it is written, the default will always be applied. Resolved in the patch attached to this post.
~Chris