| commit | 06ea7338a8713f81f700b7564c2dd9cf52f1a3e9 | [log] [tgz] |
|---|---|---|
| author | Kelven Yang <kelven@cloud.com> | Thu Jul 14 21:54:52 2011 -0700 |
| committer | Kelven Yang <kelven@cloud.com> | Thu Jul 14 21:56:51 2011 -0700 |
| tree | 0cb39ded457f3c22b978b8da8564d115bedd4741 | |
| parent | 1081a3cfaa760f959b91c2b622800288190ad7a3 [diff] |
bug 10732: fix console proxy assignment issue - file was not saved, commit again
diff --git a/server/src/com/cloud/consoleproxy/ConsoleProxyBalanceAllocator.java b/server/src/com/cloud/consoleproxy/ConsoleProxyBalanceAllocator.java index 0a445cb..fbef79a 100644 --- a/server/src/com/cloud/consoleproxy/ConsoleProxyBalanceAllocator.java +++ b/server/src/com/cloud/consoleproxy/ConsoleProxyBalanceAllocator.java
@@ -88,9 +88,6 @@ Map<String, String> configs = configDao.getConfiguration(); - String value = configs.get("consoleproxy.session.max"); - _maxSessionCount = NumbersUtil.parseInt(value, ConsoleProxyManager.DEFAULT_PROXY_CAPACITY); - return true; }