Skip to content

Commit

Permalink
More accurate language in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
colmsnowplow committed Nov 12, 2024
1 parent 7607452 commit 5d075d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/source/pubsub/pubsub_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ func newPubSubSource(concurrentWrites int, projectID string, subscriptionID stri
return nil, errors.Wrap(err, "Failed to create PubSub client")
}

// This temproary logic allows us to fix the bug without a breaking release.
// This temproary logic allows us to fix suboptimal behaviour without a breaking release.
// The order of priority is streaming_pull_goroutines > concurrent_writes > previous default
// We don't change the default becuase this would cause a major behaviour change in a non-major version bump

Expand Down

0 comments on commit 5d075d3

Please sign in to comment.