修改自动退出执行时间延时1s
This commit is contained in:
parent
0ae19f5f44
commit
8558386d81
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue