Skip to content

Commit

Permalink
Merge pull request #1756 from barijaona/issue-1733
Browse files Browse the repository at this point in the history
  • Loading branch information
josh64x2 authored Jun 23, 2024
2 parents a151fb8 + ef0e368 commit b847a8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Vienna/Sources/Fetching/RefreshManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ -(instancetype)init
NSString * userAgent = [NSString stringWithFormat:MA_DefaultUserAgentString, name, [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleVersion"], osVersion];
NSURLSessionConfiguration * config = [NSURLSessionConfiguration defaultSessionConfiguration];
config.timeoutIntervalForResource = 300;
config.URLCache = nil;
config.HTTPAdditionalHeaders = @{@"User-Agent": userAgent};
config.HTTPMaximumConnectionsPerHost = 6;
config.HTTPShouldUsePipelining = YES;
Expand Down

0 comments on commit b847a8b

Please sign in to comment.