Merge "TransferConfig#getInheritProjectMaxObjectSizeLimit: Rename to inheritProjectMaxObjectSizeLimit"
This commit is contained in:
@@ -69,7 +69,7 @@ public class TransferConfig {
|
||||
return maxObjectSizeLimitFormatted;
|
||||
}
|
||||
|
||||
public boolean getInheritProjectMaxObjectSizeLimit() {
|
||||
public boolean inheritProjectMaxObjectSizeLimit() {
|
||||
return inheritProjectMaxObjectSizeLimit;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -143,7 +143,7 @@ public class ProjectState {
|
||||
? limitsFactory.create(config.getAccessSection(AccessSection.GLOBAL_CAPABILITIES))
|
||||
: null;
|
||||
this.globalMaxObjectSizeLimit = transferConfig.getMaxObjectSizeLimit();
|
||||
this.inheritProjectMaxObjectSizeLimit = transferConfig.getInheritProjectMaxObjectSizeLimit();
|
||||
this.inheritProjectMaxObjectSizeLimit = transferConfig.inheritProjectMaxObjectSizeLimit();
|
||||
|
||||
this.computationLatency =
|
||||
metricMaker.newTimer(
|
||||
|
||||
Reference in New Issue
Block a user