Skip to content

Commit f3ce3b9

Browse files
committed
先让人熟悉线程池和灰度的结合,开关默认不打开
1 parent 913d186 commit f3ce3b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-cloud-gray-client/src/main/java/cn/springcloud/gray/client/config/GrayConcurrnetConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
@Configuration
1313
@ConditionalOnBean(GrayManager.class)
14-
@ConditionalOnProperty(value = "gray.client.threadpool.transparent-local-store.enabled", matchIfMissing = true)
14+
@ConditionalOnProperty(value = "gray.client.threadpool.transparent-local-store.enabled")
1515
public class GrayConcurrnetConfiguration {
1616

1717
@Bean

0 commit comments

Comments
 (0)