mirror of https://github.com/apache/cloudstack.git
bug 10732: fix console proxy assignment issue - file was not saved, commit again
This commit is contained in:
parent
1081a3cfaa
commit
06ea7338a8
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue