Cleaning up LeaseManagementConfig:
* Removing unused metrics factory variable from LeaseManagementConfig.
This commit is contained in:
parent
6973152f60
commit
b16ba37966
1 changed files with 0 additions and 5 deletions
|
|
@ -170,11 +170,6 @@ public class LeaseManagementConfig {
|
||||||
private long listShardsCacheAllowedAgeInSeconds = 30;
|
private long listShardsCacheAllowedAgeInSeconds = 30;
|
||||||
private int cacheMissWarningModulus = 250;
|
private int cacheMissWarningModulus = 250;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
private MetricsFactory metricsFactory = new NullMetricsFactory();
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The {@link ExecutorService} to be used by {@link ShardSyncTaskManager}.
|
* The {@link ExecutorService} to be used by {@link ShardSyncTaskManager}.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue