Authored by jack-xue

Redis监控调整 jedis连接超时100ms

@@ -29,7 +29,7 @@ public class OneJob implements Callable { @@ -29,7 +29,7 @@ public class OneJob implements Callable {
29 29
30 public static final Logger DEBUG = LoggerFactory.getLogger(OneJob.class); 30 public static final Logger DEBUG = LoggerFactory.getLogger(OneJob.class);
31 31
32 - public static final int TIMEOUT = 2 * 1000; 32 + public static final int TIMEOUT = 100;
33 33
34 @Getter 34 @Getter
35 private MObjectInfo mObjectInfo; 35 private MObjectInfo mObjectInfo;