More precise routing

This commit is contained in:
Victor Shcherb 2012-10-09 19:38:49 +02:00
parent 3c113e7bf7
commit ad81cef9d1

View file

@ -33,7 +33,7 @@ import org.apache.commons.logging.Log;
public class RoutingContext {
public static final boolean SHOW_GC_SIZE = true;
public static final boolean SHOW_GC_SIZE = false;
private final static Log log = LogUtil.getLog(RoutingContext.class);
public static final int OPTION_NO_LOAD = 0;
public static final int OPTION_SMART_LOAD = 1;