Compare commits

...

2 Commits

Author SHA1 Message Date
he 20d557e795 Merge branch 'Uat_IRC_Net8' of https://gitea.frp.extimaging.com/XCKJ/irc-netcore-api into Uat_IRC_Net8
continuous-integration/drone/push Build is passing Details
2024-07-17 10:10:29 +08:00
he 593ab42882 修改 2024-07-17 10:10:28 +08:00
1 changed files with 4 additions and 0 deletions

View File

@ -2738,6 +2738,10 @@ namespace IRaCIS.Application.Services
_provider.Set(clearSkipReadingCacheKey, JsonConvert.SerializeObject(cacheIds), TimeSpan.FromHours(24));
}
var c = _provider.Get<string>(clearSkipReadingCacheKey).Value;
Console.WriteLine(c);
// 加这个测试
Thread.Sleep(3000); // 3000毫秒 = 3秒
return true;
}