by which search servers. Live search servers are also pinged ocassionally
to check that the versions still match.
# 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