调整更新周期

This commit is contained in:
bwcx_jzy 2019-08-12 17:57:26 +08:00
parent ecfee62f42
commit 9feb0cd11c

View File

@ -80,7 +80,7 @@
if (!timeId) {
timeId = setInterval(function () {
getLog();
}, 1000);
}, 5000);
}
if (data.data.buildRun) {
$("#cancel").show();