Skip to content

Commit b2dc28c

Browse files
authored
Merge pull request #19 from boyvinall/master
webhooks: set retry limit to 10
2 parents 498049f + f6e36e6 commit b2dc28c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Imagination.Service.Webhook/BusinessLogic/Subscriptions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace Imagination.BusinessLogic
1515
{
1616
internal class Subscriptions
1717
{
18-
private const int MAX_POST_ATTEMPTS = 0;
18+
private const int MAX_POST_ATTEMPTS = 10;
1919
private const string ACCEPT_TYPE = "*/*";
2020
public Subscriptions()
2121
{

0 commit comments

Comments
 (0)