]> mj.ucw.cz Git - libucw.git/commitdiff
Default settings of MUX parameters.
authorMartin Mares <mj@ucw.cz>
Sun, 1 May 2005 19:55:01 +0000 (19:55 +0000)
committerMartin Mares <mj@ucw.cz>
Sun, 1 May 2005 19:55:01 +0000 (19:55 +0000)
build/sherlock.cfg

index 8ef39f0298257944eb3d2edb3ed85bbf1cbc86ff..75c68c05fb625d00a636676f80aefb666dba5374 100644 (file)
@@ -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 ###