mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
关闭ResourceCacheMgr测试日志
关闭ResourceCacheMgr测试日志
This commit is contained in:
@@ -14,7 +14,7 @@ namespace TEngine
|
||||
|
||||
private readonly Dictionary<string, ResCacheData> _cachePool = new Dictionary<string, ResCacheData>();
|
||||
private readonly Dictionary<string, ResCacheData> _persistCachePool = new Dictionary<string, ResCacheData>();
|
||||
private bool _enableLog = true;
|
||||
private bool _enableLog = false;
|
||||
private readonly List<ResourceCacheConfig> _needCacheResList = new List<ResourceCacheConfig>();
|
||||
private readonly List<string> _needPersistResList = new List<string>();
|
||||
private GameTimerTick _tickCheckExpire;
|
||||
|
Reference in New Issue
Block a user