修改自动退出执行时间延时1s

This commit is contained in:
马巧 2025-10-13 10:29:28 +08:00
parent 0ae19f5f44
commit 8558386d81
1 changed files with 1 additions and 1 deletions

View File

@ -469,7 +469,7 @@ namespace DM_Weight.ViewModels
{
logger.Info("启动自动退出检测");
//int interval = autoExit * 1000;
new PromiseUtil<int>().taskAsyncLoop(1, 0, async (options, next, stop) =>
new PromiseUtil<int>().taskAsyncLoop(1000, 0, async (options, next, stop) =>
{
try
{