Compare commits
No commits in common. "20d557e795519758a90617406e1a084643d15f97" and "b56d256e109343c26cd22a2d9e237606f35c7fd3" have entirely different histories.
20d557e795
...
b56d256e10
|
@ -2738,10 +2738,6 @@ namespace IRaCIS.Application.Services
|
||||||
_provider.Set(clearSkipReadingCacheKey, JsonConvert.SerializeObject(cacheIds), TimeSpan.FromHours(24));
|
_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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue