Skip to content

Commit 9ec7137

Browse files
committed
HttpClient retries is set to 1
1 parent fb0b5ce commit 9ec7137

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

application/http/http_client.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ func NewAppHttpClient(serverDetails *commonCliConfig.ServerDetails) (AppHttpClie
4747
SetServiceDetails(authDetails).
4848
SetCertificatesPath(certsPath).
4949
SetInsecureTls(serverDetails.InsecureTls).
50+
SetHttpRetries(1).
5051
Build()
5152
if err != nil {
5253
return nil, err

0 commit comments

Comments
 (0)