mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-18 06:45:21 +01:00
remove configuration for no-longer-used "metrics" redis cluster
This commit is contained in:
committed by
GitHub
parent
9eafa118d5
commit
a049eda7e6
@@ -128,11 +128,6 @@ public class WhisperServerConfiguration extends Configuration {
|
||||
@JsonProperty
|
||||
private FaultTolerantRedisClusterFactory cacheCluster;
|
||||
|
||||
@NotNull
|
||||
@Valid
|
||||
@JsonProperty
|
||||
private FaultTolerantRedisClusterFactory metricsCluster;
|
||||
|
||||
@NotNull
|
||||
@Valid
|
||||
@JsonProperty
|
||||
@@ -399,11 +394,6 @@ public class WhisperServerConfiguration extends Configuration {
|
||||
return provisioning;
|
||||
}
|
||||
|
||||
public FaultTolerantRedisClusterFactory getMetricsClusterConfiguration() {
|
||||
return metricsCluster;
|
||||
}
|
||||
|
||||
|
||||
public SecureValueRecovery2Configuration getSvr2Configuration() {
|
||||
return svr2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user