Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
OldBigBuddha committed Nov 18, 2024
1 parent 6bf4b83 commit 35e6a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codegen/config/exec.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type ExecConfig struct {
FilenameTemplate string `yaml:"filename_template,omitempty"` // String template with {name} as placeholder for base name.
DirName string `yaml:"dir"`

// Maximum number of goroutines in parallel to use when running multiple child resolvers
// Maximum number of goroutines in concurrency to use when running multiple child resolvers
// Suppressing the number of goroutines generated can reduce memory consumption per request,
// but processing time may increase due to the reduced number of concurrences
// Default: 0 (unlimited)
Expand Down

0 comments on commit 35e6a64

Please sign in to comment.