X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=build%2Fsherlock.cfg;h=7098ab001edcb6e1027a9855ae78843ec54547dc;hb=ff36b07f44efa12a78809ee05bd6d0c25fc60495;hp=c8fe6eeec8922939fad8b6bea52e393f6895565d;hpb=c6d319ed73e21a5f68aadc7445888530351cd91e;p=libucw.git diff --git a/build/sherlock.cfg b/build/sherlock.cfg index c8fe6eee..7098ab00 100644 --- a/build/sherlock.cfg +++ b/build/sherlock.cfg @@ -2,10 +2,10 @@ # (c) 2005 Martin Mares # Version of the whole package -Set("SHERLOCK_VERSION" => "3.5"); +Set("SHERLOCK_VERSION" => "3.7"); # Installation directory for `make install' -Set("INSTALL_DIR" => "~/run-3.5"); +Set("INSTALL_DIR" => "~/run-3.7"); # Compile everything with debug information and ASSERT's UnSet("CONFIG_DEBUG"); @@ -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 ###