]> mj.ucw.cz Git - libucw.git/blobdiff - build/sherlock.cfg
Fixed parsing of bin/config output (by TomHol in rel-3-6-1).
[libucw.git] / build / sherlock.cfg
index 8ef39f0298257944eb3d2edb3ed85bbf1cbc86ff..7098ab001edcb6e1027a9855ae78843ec54547dc 100644 (file)
@@ -2,10 +2,10 @@
 # (c) 2005 Martin Mares <mj@ucw.cz>
 
 # Version of the whole package
-Set("SHERLOCK_VERSION" => "3.6");
+Set("SHERLOCK_VERSION" => "3.7");
 
 # Installation directory for `make install'
-Set("INSTALL_DIR" => "~/run-3.6");
+Set("INSTALL_DIR" => "~/run-3.7");
 
 # Compile everything with debug information and ASSERT's
 UnSet("CONFIG_DEBUG");
@@ -136,6 +136,11 @@ UnSet("CONFIG_PL_STEMMER");
 # Dynamic weights
 UnSet("CONFIG_WEIGHTS");
 
+# Maximum number of multiplexer groups, search servers and route keys
+Set("MUX_MAX_GROUPS" => 32);
+Set("MUX_MAX_SERVERS" => 128);
+Set("MUX_MAX_ROUTE_KEYS" => 4);
+
 #endif
 
 ### These are internal settings which shouldn't be modified by custom configs ###