Skip to content

Commit

Permalink
increased concurrency to check improvement integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumeet Rai committed Feb 22, 2024
1 parent eabb530 commit 9e641e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/sinks/compass/sink.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type Config struct {
Labels map[string]string `mapstructure:"labels"`
// RemoveUnsetFieldsInData if set to true do not populate fields in final sink data which are unset in initial data.
RemoveUnsetFieldsInData bool `mapstructure:"remove_unset_fields_in_data"`
Concurrency int `mapstructure:"concurrency" default:"10"`
Concurrency int `mapstructure:"concurrency" default:"20"`
}

var info = plugins.Info{
Expand Down

0 comments on commit 9e641e9

Please sign in to comment.