bug 10732: fix console proxy assignment issue - file was not saved, commit again

This commit is contained in:
Kelven Yang 2011-07-14 21:54:52 -07:00
parent 1081a3cfaa
commit 06ea7338a8

View File

@ -88,9 +88,6 @@ public class ConsoleProxyBalanceAllocator implements ConsoleProxyAllocator {
Map<String, String> configs = configDao.getConfiguration();
String value = configs.get("consoleproxy.session.max");
_maxSessionCount = NumbersUtil.parseInt(value, ConsoleProxyManager.DEFAULT_PROXY_CAPACITY);
return true;
}