Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Song Gao <[email protected]>
  • Loading branch information
Yisaer committed Jan 10, 2025
1 parent 1387b36 commit 7996a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/sinks/kafka/ext/kafka.go
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ func getDefaultKafkaConf() *kafkaConf {
MaxAttempts: 1,
WriterConf: kafkaWriterConf{
BatchSize: 100,
BatchTimeout: time.Millisecond,
BatchTimeout: 5 * time.Millisecond,
BatchBytes: 1048576,
},
}
Expand Down

0 comments on commit 7996a00

Please sign in to comment.