Skip to content

Commit

Permalink
clean ctrip profile
Browse files Browse the repository at this point in the history
  • Loading branch information
klboke committed Jul 6, 2022
1 parent 19cee24 commit 2b747f7
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 194 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,17 +109,6 @@ public boolean isNamespaceLockSwitchOff() {
return !getBooleanProperty("namespace.lock.switch", false);
}

/**
* ctrip config
**/
public String cloggingUrl() {
return getValue("clogging.server.url");
}

public String cloggingPort() {
return getValue("clogging.server.port");
}

public int appNamespaceCacheScanInterval() {
int interval = getIntProperty("apollo.app-namespace-cache-scan.interval", DEFAULT_APPNAMESPACE_CACHE_SCAN_INTERVAL);
return checkInt(interval, 1, Integer.MAX_VALUE, DEFAULT_APPNAMESPACE_CACHE_SCAN_INTERVAL);
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 2b747f7

Please sign in to comment.