Showing
1 changed file
with
1 additions
and
1 deletions
@@ -45,7 +45,7 @@ public class RedisTask extends Task { | @@ -45,7 +45,7 @@ public class RedisTask extends Task { | ||
45 | 45 | ||
46 | private void connect() { | 46 | private void connect() { |
47 | try { | 47 | try { |
48 | - client = new Jedis(this.getIp(), this.getPort(), 200); | 48 | + client = new Jedis(this.getIp(), this.getPort(), 5*1000); |
49 | 49 | ||
50 | client.connect(); | 50 | client.connect(); |
51 | 51 |
-
Please register or login to post a comment