We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67c8d35 commit e994f54Copy full SHA for e994f54
apollo-client/src/main/java/com/ctrip/framework/apollo/util/ConfigUtil.java
@@ -21,7 +21,7 @@
21
@Named(type = ConfigUtil.class)
22
public class ConfigUtil {
23
private static final Logger logger = LoggerFactory.getLogger(ConfigUtil.class);
24
- private static final String TOOLING_CLUSTER = "TOOLING";
+ private static final String TOOLING_CLUSTER = "tooling";
25
private int refreshInterval = 5;
26
private TimeUnit refreshIntervalTimeUnit = TimeUnit.MINUTES;
27
private int connectTimeout = 1000; //1 second
0 commit comments