test fixed

pull/555/head
Nikita 9 years ago
parent 0777e04ced
commit 0b8b672f82

@ -225,7 +225,6 @@ public class RedissonTopicPatternTest {
@Test @Test
public void testConcurrentTopic() throws Exception { public void testConcurrentTopic() throws Exception {
Config config = BaseTest.createConfig(); Config config = BaseTest.createConfig();
config.useSingleServer().setSubscriptionConnectionPoolSize(100);
RedissonClient redisson = Redisson.create(config); RedissonClient redisson = Redisson.create(config);
int threads = 30; int threads = 30;

Loading…
Cancel
Save