Shuxia Ning
2024-08-07 554694000f4d7ffc231a23e7ff429595c254ceaa
IStation.Service/05-service/00-core/ConfigHelper.cs
@@ -12,7 +12,7 @@
        {
            get
            {
                return Yw.Service.ConfigHelper.CacheKeepTime;
                return Yw.Settings.MemoryCacheParasHelper.MemoryCache.KeepTime;
            }
        }
@@ -23,7 +23,7 @@
        {
            get
            {
                return Yw.Service.ConfigHelper.CacheRandomTime;
                return RandomHelper.Random(0, Yw.Settings.MemoryCacheParasHelper.MemoryCache.RandomTime);
            }
        }