https://github.com/code-423n4/2024-07-loopfi/blob/57871f64bdea450c1f04c9a53dc1a78223719164/src/reward/ChefIncentivesController.sol#L342-L369
These functions are used to make updates to already set values but there are no checks to see if the states are not the already passed in values.
Consider checking if the value being set is whats already stored and just skip this attempt instead.
