Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit cc662f4

Browse files
committed
remove discretionary = NO from iOS.
1 parent 0f7c110 commit cc662f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ios/RNFetchBlobNetwork.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ - (void) sendRequest:(__weak NSDictionary * _Nullable )options
225225
}
226226

227227
defaultConfigObject.sessionSendsLaunchEvents = YES;
228-
defaultConfigObject.discretionary = NO;
229228

230229
defaultConfigObject.HTTPMaximumConnectionsPerHost = 10;
231230
session = [NSURLSession sessionWithConfiguration:defaultConfigObject delegate:self delegateQueue:taskQueue];

0 commit comments

Comments
 (0)