changed default value for maximum number of connections to 50

pull/1/head
Michael Peter Christen 11 years ago
parent 9b92685771
commit 6a8fb8190b

@ -49,7 +49,7 @@ public class ConnectionInfo implements Comparable<ConnectionInfo> {
private final static int staleAfterMillis = 30 * 60000; // 30 minutes
private static int maxcount = 20;
private static int serverMaxCount = 20;
private static int serverMaxCount = 50;
private final String protocol;
private final String targetHost;

Loading…
Cancel
Save