Skip to content

Commit af7d420

Browse files
Increasing the retry count to a more mangeable number
1 parent 70d1867 commit af7d420

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pkg/pmk/clients/clients.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
package clients
22

3-
const HTTPMaxRetry = 5
3+
// HTTPMaxRetry indicates the number of
4+
// retries to be carried out before giving up.
5+
const HTTPMaxRetry = 9
46

57
// Client struct encapsulate the collection of
68
// external services

0 commit comments

Comments
 (0)