From: Martin Mares Date: Sun, 1 May 2005 19:55:01 +0000 (+0000) Subject: Default settings of MUX parameters. X-Git-Tag: holmes-import~781 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=9040cbd2c2f1ffe6befe9f86e36795bf6358b847;p=libucw.git Default settings of MUX parameters. --- diff --git a/build/sherlock.cfg b/build/sherlock.cfg index 8ef39f02..75c68c05 100644 --- a/build/sherlock.cfg +++ b/build/sherlock.cfg @@ -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 ###