Skip to content

Commit

Permalink
branch-3.0: [performance](load) increase max_broker_concurrency to 100
Browse files Browse the repository at this point in the history
…#44929 (#45238)

Cherry-picked from #44929

Co-authored-by: Kaijie Chen <[email protected]>
  • Loading branch information
github-actions[bot] and kaijchen authored Dec 23, 2024
1 parent d8a5ffd commit 706ce50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ public class Config extends ConfigBase {

@ConfField(mutable = true, masterOnly = true, description = {
"单个 broker scanner 的最大并发数。", "Maximal concurrency of broker scanners."})
public static int max_broker_concurrency = 10;
public static int max_broker_concurrency = 100;

// TODO(cmy): Disable by default because current checksum logic has some bugs.
@ConfField(mutable = true, masterOnly = true, description = {
Expand Down

0 comments on commit 706ce50

Please sign in to comment.