We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a982d0a commit 1afbf56Copy full SHA for 1afbf56
src/test/java/net/spy/memcached/WokenUpOnIdleTest.java
@@ -49,7 +49,7 @@ public void shouldWakeUpOnIdle() throws Exception {
49
latch,
50
1024,
51
new BinaryConnectionFactory(),
52
- Arrays.asList(new InetSocketAddress(11210)),
+ Arrays.asList(new InetSocketAddress(11211)),
53
Collections.<ConnectionObserver>emptyList(),
54
FailureMode.Redistribute,
55
new BinaryOperationFactory()
0 commit comments