|
@@ -101,7 +101,7 @@ public class AppProperties {
|
|
|
private Duration tidbKeepaliveTime = Duration.ofMinutes(2);
|
|
private Duration tidbKeepaliveTime = Duration.ofMinutes(2);
|
|
|
private String reportDatabaseName = "adx_report";
|
|
private String reportDatabaseName = "adx_report";
|
|
|
private boolean adBidReportEnabled = false;
|
|
private boolean adBidReportEnabled = false;
|
|
|
- private Duration adBidReportInterval = Duration.ofMinutes(30);
|
|
|
|
|
|
|
+ private Duration adBidReportInterval = Duration.ofMinutes(5);
|
|
|
private int adBidReportRetentionDays = 30;
|
|
private int adBidReportRetentionDays = 30;
|
|
|
private int adBidReportArchiveBatchSize = 5000;
|
|
private int adBidReportArchiveBatchSize = 5000;
|
|
|
private int adBidReportArchiveMaxBatchesPerRun = 20;
|
|
private int adBidReportArchiveMaxBatchesPerRun = 20;
|