We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e6fc2 commit 76c66efCopy full SHA for 76c66ef
src/com/danga/MemCached/test/UnitTests.java
@@ -39,7 +39,6 @@
39
public class UnitTests {
40
41
public static MemCachedClient mc = null;
42
- public static MemCachedClient mc2 = null;
43
44
public static void test1() {
45
mc.set( "foo", Boolean.TRUE );
@@ -165,7 +164,6 @@ public static void main(String[] args) {
165
164
// initialize the pool for memcache servers
166
SockIOPool pool = SockIOPool.getInstance( "test" );
167
pool.setServers( serverlist );
168
- pool.setSocketConnectTO( 500 );
169
pool.setInitConn( 10 );
170
pool.setMinConn( 5 );
171
pool.setMaxConn( 250 );
0 commit comments