We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc184ff commit 47f5c6fCopy full SHA for 47f5c6f
Branch-SDK/Branch-SDK/Requests/BranchInstallRequest.m
@@ -36,7 +36,7 @@ - (void)makeRequest:(BNCServerInterface *)serverInterface key:(NSString *)key ca
36
params[BRANCH_REQUEST_KEY_DEBUG] = @(preferenceHelper.isDebug);
37
38
if ([[BNCStrongMatchHelper strongMatchHelper] shouldDelayInstallRequest]) {
39
- dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(500 * NSEC_PER_MSEC)), dispatch_get_main_queue(), ^{
+ dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(750 * NSEC_PER_MSEC)), dispatch_get_main_queue(), ^{
40
[serverInterface postRequest:params url:[preferenceHelper getAPIURL:BRANCH_REQUEST_ENDPOINT_INSTALL] key:key callback:callback];
41
});
42
}
0 commit comments