* Adjust interval times of instance view page.

This commit is contained in:
zhaoke
2023-09-05 18:09:03 +08:00
parent 74f5d961e7
commit 3623d7464f
+1 -1
View File
@@ -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++;