Function: setMaxDeviationThreshold(uint256 newMaxThreshold)
This function sets the maximum-allowed deviation threshold.
Inputs
newMaxThresholdControl: Fully controlled by the caller.
Constraints: None.
Impact: A new maximum deviation threshold to set the maximum deviation threshold of.
Branches and code coverage
Intended branches
Set the maximum deviation threshold.
Negative behavior
Revert if the caller is not an owner.
Revert if the new maximum deviation threshold is zero.
Revert if the new maximum deviation threshold is greater than 50e16.