Authored by jack-xue

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

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