Skip to content

Commit

Permalink
Revert "Decreasing default max connections per node to 10"
Browse files Browse the repository at this point in the history
This reverts commit a6bedff.
  • Loading branch information
rsumbaly committed Apr 4, 2011
1 parent a7969b3 commit ccce650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java/voldemort/client/ClientConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
*/
public class ClientConfig {

private volatile int maxConnectionsPerNode = 10;
private volatile int maxConnectionsPerNode = 50;
private volatile int maxTotalConnections = 500;
private volatile int maxThreads = 5;
private volatile int maxQueuedRequests = 50;
Expand Down

0 comments on commit ccce650

Please sign in to comment.