* Adjust interval times of instance view page.
This commit is contained in:
@@ -29,7 +29,7 @@ window.afterPageUpdate = function()
|
||||
{
|
||||
setTimeout(function()
|
||||
{
|
||||
if(reloadTimes > 60 || instanceType != 'store') return;
|
||||
if(reloadTimes > 100 || instanceType != 'store') return;
|
||||
if($('#statusTD').data('reload') === true || $('#memoryRate').data('load') == true)
|
||||
{
|
||||
reloadTimes++;
|
||||
|
||||
Reference in New Issue
Block a user