From 9040cbd2c2f1ffe6befe9f86e36795bf6358b847 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 1 May 2005 19:55:01 +0000 Subject: [PATCH] Default settings of MUX parameters. --- build/sherlock.cfg | 5 +++++ 1 file changed, 5 insertions(+) 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 ### -- 2.39.2