Redis监控调整 jedis连接超时100ms
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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; |
-
Please register or login to post a comment