From 1c408de940eadef01933f4ae5eadb911fa83ec02 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 16 Nov 2005 13:54:55 +0000 Subject: [PATCH] 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. --- build/sherlock.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); -- 2.39.2