Skip to content

Commit

Permalink
increased backoff
Browse files Browse the repository at this point in the history
  • Loading branch information
Prashansa-K committed Sep 3, 2024
1 parent cb4f383 commit 87a4677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/common_konnect.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func authenticate(
ctx context.Context, client *konnect.Client, konnectConfig utils.KonnectConfig,
) (konnect.AuthResponse, error) {
attempts := 0
backoff := 100 * time.Millisecond
backoff := 200 * time.Millisecond

for {
// fmt.Printf("Attempt #%d\n", attempts+1)
Expand Down

0 comments on commit 87a4677

Please sign in to comment.