Skip to content

Commit

Permalink
Improve(status): increase concurrency
Browse files Browse the repository at this point in the history
Signed-off-by: caoxianfei1 <[email protected]>
  • Loading branch information
caoxianfei1 committed Dec 20, 2023
1 parent 7e41941 commit 5114478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/command/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func genStatusPlaybook(curveadm *cli.CurveAdm,
Type: step,
Configs: dcs,
ExecOptions: playbook.ExecOptions{
//Concurrency: 10,
Concurrency: 100,
SilentSubBar: true,
SilentMainBar: step == playbook.INIT_SERVIE_STATUS,
SkipError: true,
Expand Down

0 comments on commit 5114478

Please sign in to comment.