[유치수] [NOBTS] 조회 개수를 5000개로 변경.

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-web/trunk@2797 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Chisu Yu
2013-11-06 02:45:38 +00:00
parent decd232d0f
commit 44da26acea
2 changed files with 2 additions and 2 deletions
@@ -7,7 +7,7 @@ pinpointApp.constant('scatterConfig', {
},
useIntervalForFetching: false,
nFetchingInterval: 2000,
nFetchLimit: 3
nFetchLimit: 5000
});
// FIXME child window에서 접근할 수 있도록 global변수로 일단 빼둠. 나중에 리팩토링할 것.
@@ -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) {