changing data count to 100

application-manager-new
Nirothipan 7 years ago committed by GitHub
parent 3eb75d040d
commit dec82f5b0f

@ -91,7 +91,7 @@ public class APIUtil {
int eventCount = analyticsDataAPI.searchCount(tenantId, tableName, query); int eventCount = analyticsDataAPI.searchCount(tenantId, tableName, query);
// limiting the data read from the server // limiting the data read from the server
int start = 0; int start = 0;
int dataCount = 1000; int dataCount = 100;
if (eventCount == 0) { if (eventCount == 0) {
return null; return null;
} else if (eventCount >= dataCount){ } else if (eventCount >= dataCount){

Loading…
Cancel
Save