Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,6 @@ public void abortRequest() {
}
};

// MOB-338: 30 total connections and 6 connections per host matches the behavior in Firefox 3
httpClientConnMgr.setMaxTotal(30);
httpClientConnMgr.setDefaultMaxPerRoute(6);

httpClient = new DefaultHttpClient(httpClientConnMgr) {
@Override
protected HttpRequestExecutor createRequestExecutor() {
Expand Down