This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
J1147
/
HealthMonitor
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
调整
datasub12_previous
H Vs
1 year ago
parent
6996434260
commit
5d2e158058
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
HealthMonitor.WebApi/Worker.cs
+ 1
- 1
HealthMonitor.WebApi/Worker.cs
View File
@@ -183,7 +183,7 @@ namespace HealthMonitor.WebApi
{
// 注册下次下推
var endTime = DateTime.Now;
#if DEBUG
1
#if DEBUG
long ttl = (long)((60 * 1000-(endTime-startTime).TotalMilliseconds)/1000);
Write
Preview
Loading…
Cancel
Save