Skip to content

Commit

Permalink
reduce default concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
bobheadxi committed May 2, 2024
1 parent de866a7 commit bff101b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/sg/msp/sg_msp.go
Expand Up @@ -439,7 +439,7 @@ This command supports completions on services and environments.
Flags: []cli.Flag{
&cli.IntFlag{
Name: "concurrency",
Value: 10,
Value: 3,
Usage: "Maximum number of concurrent updates to Notion pages",
},
},
Expand Down

0 comments on commit bff101b

Please sign in to comment.