Skip to content

Commit

Permalink
Copy ReceiveSettings.Partitions
Browse files Browse the repository at this point in the history
  • Loading branch information
tmdiep committed Nov 27, 2020
1 parent 02bc46e commit dd148f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pubsublite/ps/settings.go
Expand Up @@ -180,6 +180,7 @@ func (s *ReceiveSettings) toWireSettings() wire.ReceiveSettings {
MaxOutstandingMessages: s.MaxOutstandingMessages,
MaxOutstandingBytes: s.MaxOutstandingBytes,
Timeout: s.Timeout,
Partitions: s.Partitions,
Framework: wire.FrameworkCloudPubSubShim,
}
}

0 comments on commit dd148f6

Please sign in to comment.