Skip to content
Open

reduce #3394

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class IngestionAction extends ActionSupport {
List<IngestDataBatch> batchData;
private static final LoggerMaker loggerMaker = new LoggerMaker(IngestionAction.class, LoggerMaker.LogDb.DATA_INGESTION);

private static int MAX_INFO_PRINT = 500000;
private static int MAX_INFO_PRINT = 500;
private boolean success;

private static final int ACCOUNT_ID_TO_ADD_DEFAULT_DATA = getAccountId();
Expand Down
Loading