Skip to content

Commit cd09724

Browse files
committed
remove overhead from datacache
1 parent cbda9f3 commit cd09724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datacache/datacache.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ struct DataCacheItem_t : DataCacheItemData_t
6565

6666
//-------------------------------------
6767

68-
typedef CThreadMutex CDataCacheMutex;
68+
typedef CThreadFastMutex CDataCacheMutex;
6969
typedef CDataManager<DataCacheItem_t, DataCacheItemData_t, DataCacheItem_t *, CDataCacheMutex> CDataCacheLRU;
7070

7171
//-----------------------------------------------------------------------------

0 commit comments

Comments
 (0)