优化dron打包流程步骤,防止服务器一下子负载过大崩溃

This commit is contained in:
2026-01-26 16:13:02 +08:00
parent 4ac9e83903
commit c814736427
2 changed files with 13 additions and 56 deletions
@@ -1073,7 +1073,7 @@ namespace IRaCIS.Core.Application.Service
//异地登录
loginUser.LoginState = 2;
await _fusionCache.RemoveByTagAsync(CacheKeys.UserMFATag(loginUser.IdentityUserId));
}
}
}