mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-28 00:49:28 -05:00
changed GXS id cache size to 5000 instead of 100. Should help a lot GXS id handling
This commit is contained in:
parent
e0e3621bb4
commit
b44d08ac4c
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user