Skip to content

Commit 76c66ef

Browse files
committed
remove unused setting
1 parent c0e6fc2 commit 76c66ef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/com/danga/MemCached/test/UnitTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
public class UnitTests {
4040

4141
public static MemCachedClient mc = null;
42-
public static MemCachedClient mc2 = null;
4342

4443
public static void test1() {
4544
mc.set( "foo", Boolean.TRUE );
@@ -165,7 +164,6 @@ public static void main(String[] args) {
165164
// initialize the pool for memcache servers
166165
SockIOPool pool = SockIOPool.getInstance( "test" );
167166
pool.setServers( serverlist );
168-
pool.setSocketConnectTO( 500 );
169167
pool.setInitConn( 10 );
170168
pool.setMinConn( 5 );
171169
pool.setMaxConn( 250 );

0 commit comments

Comments
 (0)