Skip to content

Commit

Permalink
pat: enable retries to use default
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuaib Bapputty committed Dec 12, 2023
1 parent a2f2ecf commit bd777b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ibm/conns/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -1210,6 +1210,8 @@ func (session clientSession) ProjectV1() (*project.ProjectV1, error) {

// MQ on Cloud
func (session clientSession) MqcloudV1() (*mqcloudv1.MqcloudV1, error) {
sessionMqcloudClient := session.mqcloudClient
sessionMqcloudClient.EnableRetries(0, 0)
return session.mqcloudClient, session.mqcloudClientErr
}

Expand Down

0 comments on commit bd777b2

Please sign in to comment.