searchengine/cpix/cpix/inc/private/initparams.h
changeset 1 6f2c1c46032b
parent 0 671dee74050a
child 8 6547bf8ca13a
equal deleted inserted replaced
0:671dee74050a 1:6f2c1c46032b
   311              * cannot be discarded immediately due to potential active
   311              * cannot be discarded immediately due to potential active
   312              * jobs still using it, so it is discarded after a number
   312              * jobs still using it, so it is discarded after a number
   313              * of housekeep rounds. How many housekeep rounds later,
   313              * of housekeep rounds. How many housekeep rounds later,
   314              * is defined by this enum here.
   314              * is defined by this enum here.
   315              */
   315              */
   316             DISCARD_SAFETY_PERIOD = 2
   316             DISCARD_SAFETY_PERIOD = 2,
       
   317 			
       
   318 			/**
       
   319 			 * Up to this long prefixes will be optimized by default
       
   320 			 */
       
   321 			OPTIMIZED_PREFIX_MAX_LENGTH = 2
   317         };
   322         };
   318 
   323 
   319 
   324 
   320 
   325 
   321     /**
   326     /**