mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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…
x
Reference in New Issue
Block a user