Skip to content

Commit

Permalink
feat(config): change s3.object.delete.retention.minutes default to 5min
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Han <[email protected]>
  • Loading branch information
superhx committed Apr 24, 2024
1 parent b9477b6 commit 2a422fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/kafka/server/KafkaConfig.scala
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ object Defaults {
val S3StreamSetObjectCompactionMaxObjectNum: Int = 500
val S3MaxStreamNumPerStreamSetObject: Int = 100000
val S3MaxStreamObjectNumPerCommit: Int = 10000
val S3ObjectDeleteRetentionMinutes: Long = 10 // 10min
val S3ObjectDeleteRetentionMinutes: Long = 5 // 5min
val S3NetworkBaselineBandwidth: Long = 100 * 1024 * 1024 // 100MB/s
val S3RefillPeriodMs: Int = 1000 // 1s
val S3MetricsExporterReportIntervalMs = 30000 // 30s
Expand Down

0 comments on commit 2a422fc

Please sign in to comment.