]> mj.ucw.cz Git - libucw.git/commitdiff
Mux pings now monitor which versions of which databases are offered
authorMartin Mares <mj@ucw.cz>
Tue, 15 Nov 2005 18:42:41 +0000 (18:42 +0000)
committerMartin Mares <mj@ucw.cz>
Tue, 15 Nov 2005 18:42:41 +0000 (18:42 +0000)
by which search servers. Live search servers are also pinged ocassionally
to check that the versions still match.

build/sherlock.cfg

index 33db5d26d8c551ddff84f4e579af340921bfb080..42e553b4f4a3cc8375a936618bd1dee42084abe4 100644 (file)
@@ -139,9 +139,10 @@ UnSet("CONFIG_PL_STEMMER");
 # Dynamic weights
 UnSet("CONFIG_WEIGHTS");
 
-# Maximum number of multiplexer groups, search servers and route keys
+# Maximum number of multiplexer groups, search servers, databases per search server and route keys
 Set("MUX_MAX_GROUPS" => 32);
 Set("MUX_MAX_SERVERS" => 128);
+Set("MUX_MAX_DATABASES_PER_SERVER" => 4);
 Set("MUX_MAX_ROUTE_KEYS" => 4);
 
 #endif