From 5d075d323a3dcf97aa2c55fe78990fc97811f31a Mon Sep 17 00:00:00 2001 From: colmsnowplow Date: Tue, 12 Nov 2024 17:00:57 +0000 Subject: [PATCH] More accurate language in comment --- pkg/source/pubsub/pubsub_source.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/source/pubsub/pubsub_source.go b/pkg/source/pubsub/pubsub_source.go index 3d0c8597..4d6cb98c 100644 --- a/pkg/source/pubsub/pubsub_source.go +++ b/pkg/source/pubsub/pubsub_source.go @@ -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