searchengine/cpix/cpix/inc/private/initparams.h
changeset 1 6f2c1c46032b
parent 0 671dee74050a
child 8 6547bf8ca13a
--- a/searchengine/cpix/cpix/inc/private/initparams.h	Mon Apr 19 14:40:16 2010 +0300
+++ b/searchengine/cpix/cpix/inc/private/initparams.h	Mon May 03 13:33:22 2010 +0300
@@ -313,7 +313,12 @@
              * of housekeep rounds. How many housekeep rounds later,
              * is defined by this enum here.
              */
-            DISCARD_SAFETY_PERIOD = 2
+            DISCARD_SAFETY_PERIOD = 2,
+			
+			/**
+			 * Up to this long prefixes will be optimized by default
+			 */
+			OPTIMIZED_PREFIX_MAX_LENGTH = 2
         };