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