Skip to content

Commit

Permalink
update max number of link resolution cycles to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
uerceg committed May 12, 2021
1 parent 6974cfd commit a2c6706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Adjust/ADJLinkResolution.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#import "ADJLinkResolution.h"

static NSUInteger kMaxRecursions = 3;
static NSUInteger kMaxRecursions = 10;

@interface ADJLinkResolutionDelegate : NSObject<NSURLSessionTaskDelegate>

Expand Down

0 comments on commit a2c6706

Please sign in to comment.