]> mj.ucw.cz Git - libucw.git/commitdiff
More work on the multiplexer:
authorMartin Mares <mj@ucw.cz>
Wed, 16 Nov 2005 13:54:55 +0000 (13:54 +0000)
committerMartin Mares <mj@ucw.cz>
Wed, 16 Nov 2005 13:54:55 +0000 (13:54 +0000)
o  Changed configuration of search servers and groups, added stand-alone
   declarations of groups, merging groups and the default route.
o  Search servers now have identifiers to avoid cluttering logs and
   parameters by hostnames and ports.
o  MUXSS can refer to a search server, group or merging group.
o  Bug fix in pinging.
o  mux -s now uses the screen width to list databases, not groups.
o  Added mux --testconfig, which also dumps all known route objects.

build/sherlock.cfg

index 42e553b4f4a3cc8375a936618bd1dee42084abe4..557777af2be97fe3a08f0e71bc4b4e56e4fa1433 100644 (file)
@@ -139,8 +139,7 @@ UnSet("CONFIG_PL_STEMMER");
 # Dynamic weights
 UnSet("CONFIG_WEIGHTS");
 
-# Maximum number of multiplexer groups, search servers, databases per search server and route keys
-Set("MUX_MAX_GROUPS" => 32);
+# 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);