Skip to content

Commit

Permalink
Clean up Ctrip related codes (#4448)
Browse files Browse the repository at this point in the history
  • Loading branch information
klboke authored Jul 7, 2022
1 parent 5ab705d commit 44c192d
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 44c192d

Please sign in to comment.