From 44da26acea2987f5f458f2efe8afcde8053cd5bb Mon Sep 17 00:00:00 2001 From: Chisu Yu Date: Wed, 6 Nov 2013 02:45:38 +0000 Subject: [PATCH] =?UTF-8?q?[=EC=9C=A0=EC=B9=98=EC=88=98]=20[NOBTS]=20?= =?UTF-8?q?=EC=A1=B0=ED=9A=8C=20=EA=B0=9C=EC=88=98=EB=A5=BC=205000?= =?UTF-8?q?=EA=B0=9C=EB=A1=9C=20=EB=B3=80=EA=B2=BD.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-web/trunk@2797 84d0f5b1-2673-498c-a247-62c4ff18d310 --- src/main/webapp/scripts/directives/scatter.js | 2 +- src/main/webapp/scripts/directives/serverMap.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/scripts/directives/scatter.js b/src/main/webapp/scripts/directives/scatter.js index 9b1f9f90e..347766dd3 100644 --- a/src/main/webapp/scripts/directives/scatter.js +++ b/src/main/webapp/scripts/directives/scatter.js @@ -7,7 +7,7 @@ pinpointApp.constant('scatterConfig', { }, useIntervalForFetching: false, nFetchingInterval: 2000, - nFetchLimit: 3 + nFetchLimit: 5000 }); // FIXME child window에서 접근할 수 있도록 global변수로 일단 빼둠. 나중에 리팩토링할 것. diff --git a/src/main/webapp/scripts/directives/serverMap.js b/src/main/webapp/scripts/directives/serverMap.js index 84d8fac10..08a6d8469 100644 --- a/src/main/webapp/scripts/directives/serverMap.js +++ b/src/main/webapp/scripts/directives/serverMap.js @@ -30,7 +30,7 @@ pinpointApp.constant('serverMapConfig', { }, FILTER_DELIMETER: "^", FILTER_ENTRY_DELIMETER: "|", - FILTER_FETCH_LIMIT: 5 + FILTER_FETCH_LIMIT: 5000 }); pinpointApp.directive('serverMap', [ 'serverMapConfig', '$rootScope', '$window', 'Alerts', 'ProgressBar', 'encodeURIComponentFilter', function (cfg, $rootScope, $window, Alerts, ProgressBar, encodeURIComponentFilter) {