]> mj.ucw.cz Git - libucw.git/blobdiff - build/sherlock.cfg
Reverted most of the Robert's confused commit (the rest should be
[libucw.git] / build / sherlock.cfg
index 4ca12f254c23682f8c004021d9f01abba3a7413d..b5b5683a4e4651940b453a1bcc6629d6b41ae9df 100644 (file)
@@ -2,10 +2,10 @@
 # (c) 2005 Martin Mares <mj@ucw.cz>
 
 # Version of the whole package
-Set("SHERLOCK_VERSION" => "3.7");
+Set("SHERLOCK_VERSION" => "3.8");
 
 # Installation directory for `make install'
-Set("INSTALL_DIR" => "~/run-3.7");
+Set("INSTALL_DIR" => "~/run-3.8");
 
 # Compile everything with debug information and ASSERT's
 UnSet("CONFIG_DEBUG");
@@ -139,9 +139,12 @@ UnSet("CONFIG_PL_STEMMER");
 # Dynamic weights
 UnSet("CONFIG_WEIGHTS");
 
-# Maximum number of multiplexer groups, search servers and route keys
-Set("MUX_MAX_GROUPS" => 32);
+# Include the incremental indexer
+UnSet("CONFIG_INCREMENTAL");
+
+# Maximum number of search servers, databases per search server and route keys
 Set("MUX_MAX_SERVERS" => 128);
+Set("MUX_MAX_DATABASES_PER_SERVER" => 4);
 Set("MUX_MAX_ROUTE_KEYS" => 4);
 
 #endif