From 5d2e158058f467aee9c98ebc939dd318350573bd Mon Sep 17 00:00:00 2001 From: H Vs Date: Wed, 1 Nov 2023 17:27:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HealthMonitor.WebApi/Worker.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HealthMonitor.WebApi/Worker.cs b/HealthMonitor.WebApi/Worker.cs index f655e38..cf803fd 100644 --- a/HealthMonitor.WebApi/Worker.cs +++ b/HealthMonitor.WebApi/Worker.cs @@ -183,7 +183,7 @@ namespace HealthMonitor.WebApi { // 注册下次下推 var endTime = DateTime.Now; -#if DEBUG1 +#if DEBUG long ttl = (long)((60 * 1000-(endTime-startTime).TotalMilliseconds)/1000);