We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb0b5ce commit 9ec7137Copy full SHA for 9ec7137
application/http/http_client.go
@@ -47,6 +47,7 @@ func NewAppHttpClient(serverDetails *commonCliConfig.ServerDetails) (AppHttpClie
47
SetServiceDetails(authDetails).
48
SetCertificatesPath(certsPath).
49
SetInsecureTls(serverDetails.InsecureTls).
50
+ SetHttpRetries(1).
51
Build()
52
if err != nil {
53
return nil, err
0 commit comments