Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StorageTaskServices/AspNetCoreSchedule.cs
@@ -33,7 +33,7 @@ public Task StartAsync(CancellationToken cancellationToken) { _timer = new Timer(DoWork, null, 0, 10000); _timer = new Timer(DoWork, null, TimeSpan.Zero, TimeSpan.FromMinutes(10)); return Task.CompletedTask; }