Skip to content

Commit f5f7f96

Browse files
committed
More tweaks
1 parent b283187 commit f5f7f96

File tree

1 file changed

+4
-1
lines changed
  • airbyte-integrations/connectors/destination-s3-data-lake/src/main/kotlin/io/airbyte/integrations/destination/s3_data_lake

1 file changed

+4
-1
lines changed

airbyte-integrations/connectors/destination-s3-data-lake/src/main/kotlin/io/airbyte/integrations/destination/s3_data_lake/S3DataLakeConfiguration.kt

+4-1
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,13 @@ data class S3DataLakeConfiguration(
3030
IcebergCatalogConfigurationProvider,
3131
S3BucketConfigurationProvider {
3232
override val recordBatchSizeBytes: Long
33-
get() = 1000*1024*1024
33+
get() = 1500*1024*1024
3434

3535
override val numOpenStreamWorkers: Int
3636
get() = 2
37+
38+
override val maxMessageQueueMemoryUsageRatio: Double
39+
get() = 0.9
3740
}
3841

3942
@Singleton

0 commit comments

Comments
 (0)