From 06ea7338a8713f81f700b7564c2dd9cf52f1a3e9 Mon Sep 17 00:00:00 2001 From: Kelven Yang Date: Thu, 14 Jul 2011 21:54:52 -0700 Subject: [PATCH] bug 10732: fix console proxy assignment issue - file was not saved, commit again --- .../com/cloud/consoleproxy/ConsoleProxyBalanceAllocator.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/server/src/com/cloud/consoleproxy/ConsoleProxyBalanceAllocator.java b/server/src/com/cloud/consoleproxy/ConsoleProxyBalanceAllocator.java index 0a445cb0678..fbef79a1b50 100644 --- a/server/src/com/cloud/consoleproxy/ConsoleProxyBalanceAllocator.java +++ b/server/src/com/cloud/consoleproxy/ConsoleProxyBalanceAllocator.java @@ -88,9 +88,6 @@ public class ConsoleProxyBalanceAllocator implements ConsoleProxyAllocator { Map configs = configDao.getConfiguration(); - String value = configs.get("consoleproxy.session.max"); - _maxSessionCount = NumbersUtil.parseInt(value, ConsoleProxyManager.DEFAULT_PROXY_CAPACITY); - return true; }