persistentstorage/centralrepository/cenrepsrv/cachemgr.h
branchRCL_3
changeset 10 31a8f755b7fe
parent 0 08ec8eefde2f
equal deleted inserted replaced
9:667e88a979d7 10:31a8f755b7fe
    28 	/** 
    28 	/** 
    29 	The default size of the coarse-grained cache, used when there is no .ini setting defined.
    29 	The default size of the coarse-grained cache, used when there is no .ini setting defined.
    30 	The default value is approximately the size needed to cache everything during device boot-up
    30 	The default value is approximately the size needed to cache everything during device boot-up
    31 	@internalComponent
    31 	@internalComponent
    32 	*/
    32 	*/
    33 	#define DEFAULT_CENTREP_CACHE_SIZE 100000
    33 	#define DEFAULT_CENTREP_CACHE_SIZE 200000
    34 #else
    34 #else
    35 	#if DEFAULT_CENTREP_CACHE_SIZE <= 0
    35 	#if DEFAULT_CENTREP_CACHE_SIZE <= 0
    36 		#error "DEFAULT_CENTREP_CACHE_SIZE macro value must be greater than 0"
    36 		#error "DEFAULT_CENTREP_CACHE_SIZE macro value must be greater than 0"
    37 	#endif
    37 	#endif
    38 #endif
    38 #endif