Ver Fonte

性能实时监控3秒刷新

Bhikkhu-Kosalla há 4 anos atrás
pai
commit
44d389d81b
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      app/log/showrealtime.js

+ 1 - 1
app/log/showrealtime.js

@@ -147,7 +147,7 @@ function (chart) {
                 newVal = parseInt(data);
                 newVal = parseInt(data);
                 point.update(newVal);
                 point.update(newVal);
             });
             });
-        }, 2000);
+        }, 3000);
     }
     }
 });
 });