changed GXS id cache size to 5000 instead of 100. Should help a lot GXS id handling

This commit is contained in:
csoler 2015-11-14 21:18:26 -05:00
parent e0e3621bb4
commit b44d08ac4c

View File

@ -188,8 +188,8 @@ virtual std::string save() const;
#define ID_LOCAL_STATUS_INC_CALC_FLAG 0x00020000
#define MAX_CACHE_SIZE 100 // Small for testing..
//#define MAX_CACHE_SIZE 10000 // More useful size
//#define MAX_CACHE_SIZE 100 // Small for testing..
#define MAX_CACHE_SIZE 5000 // More useful size
class RsGxsIdGroupItem;