Skip to content

Commit

Permalink
change the default thread number
Browse files Browse the repository at this point in the history
  • Loading branch information
neuyilan committed Oct 21, 2024
1 parent 3a932ea commit 8a0b507
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1384,7 +1384,7 @@ public class CoreOptions implements Serializable {
public static final ConfigOption<Integer> TABLE_CLOSE_WRITERS_THREAD_NUMBER =
key("table.close-writers-thread-number")
.intType()
.defaultValue(1)
.defaultValue(4)
.withDescription(
"The number of threads used to flush data and close files during checkpoint.");

Expand Down

0 comments on commit 8a0b507

Please sign in to comment.