From: Martin Mares Date: Wed, 16 Nov 2005 13:54:55 +0000 (+0000) Subject: More work on the multiplexer: X-Git-Tag: holmes-import~707 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=1c408de940eadef01933f4ae5eadb911fa83ec02;p=libucw.git More work on the multiplexer: 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. --- diff --git a/build/sherlock.cfg b/build/sherlock.cfg index 42e553b4..557777af 100644 --- a/build/sherlock.cfg +++ b/build/sherlock.cfg @@ -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);