More precise routing
This commit is contained in:
parent
3c113e7bf7
commit
ad81cef9d1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue