Skip to content

Commit

Permalink
Increase ZK_CONNECT_TIMEOUT: 2000 => 5000 ms.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpark816 committed Jan 6, 2015
1 parent 9ccfd85 commit f1634c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/spy/memcached/CacheManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class CacheManager extends SpyThread implements Watcher,

private static final int SESSION_TIMEOUT = 15000;

private static final long ZK_CONNECT_TIMEOUT = 2000L;
private static final long ZK_CONNECT_TIMEOUT = 5000L;

private final String hostPort;

Expand Down

0 comments on commit f1634c1

Please sign in to comment.