From 9feb0cd11c2415b07a2781aa7842d351e8366bdc Mon Sep 17 00:00:00 2001 From: bwcx_jzy Date: Mon, 12 Aug 2019 17:57:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=9B=B4=E6=96=B0=E5=91=A8?= =?UTF-8?q?=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/server/src/main/resources/templates/build/logPage.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/server/src/main/resources/templates/build/logPage.html b/modules/server/src/main/resources/templates/build/logPage.html index fb0872a6f..733d10108 100644 --- a/modules/server/src/main/resources/templates/build/logPage.html +++ b/modules/server/src/main/resources/templates/build/logPage.html @@ -80,7 +80,7 @@ if (!timeId) { timeId = setInterval(function () { getLog(); - }, 1000); + }, 5000); } if (data.data.buildRun) { $("#cancel").show();