Skip to content

Commit

Permalink
Increment retry failed success url count
Browse files Browse the repository at this point in the history
  • Loading branch information
obolsh committed Jul 24, 2021
1 parent 7893e0c commit 11c639a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ internal class SendSuccessConnectionTask(

override fun name() = "SendSuccessConnectionTask"

override fun maxRepeatCount() = 3
override fun maxRepeatCount() = 12

override fun getAndIncrement() = retryCount.getAndIncrement()

Expand Down

0 comments on commit 11c639a

Please sign in to comment.