We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54911e3 commit fd029bbCopy full SHA for fd029bb
apps/data-ingestion-service/src/main/java/com/akto/action/IngestionAction.java
@@ -20,7 +20,7 @@ public class IngestionAction extends ActionSupport {
20
List<IngestDataBatch> batchData;
21
private static final LoggerMaker loggerMaker = new LoggerMaker(IngestionAction.class, LoggerMaker.LogDb.DATA_INGESTION);
22
23
- private static int MAX_INFO_PRINT = 500000;
+ private static int MAX_INFO_PRINT = 100;
24
private boolean success;
25
26
private static final int ACCOUNT_ID_TO_ADD_DEFAULT_DATA = getAccountId();
0 commit comments