mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-17 00:36:02 +10:00
[유치수] [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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user