Skip to content

Commit

Permalink
Bump to 1.6722 (restrict perf changes to aws)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajordens authored and tomaslin committed Mar 26, 2018
1 parent c09ae1f commit 6cbd329
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,11 @@ class TitusClusterProvider implements ClusterProvider<TitusCluster> {
return titusCloudProvider.id
}

@Override
boolean supportsMinimalClusters() {
return false
}

// Private methods
private Map<String, Set<TitusCluster>> getClustersInternal(String applicationName, boolean includeDetails) {
CacheData application = cacheView.get(APPLICATIONS.ns, Keys.getApplicationKey(applicationName))
Expand Down

0 comments on commit 6cbd329

Please sign in to comment.