https://github.com/code-423n4/2024-07-loopfi/blob/57871f64bdea450c1f04c9a53dc1a78223719164/src/reward/MultiFeeDistribution.sol#L41-L42
Evidently, there is a hardcoded max as to the amount of slippage a user can set which in our case is used for compounding. However, this limits functionality, considering some users might want to risk more to ensure they are in the system and can auto compound.
QA, but seems as a design choice.
Consider relaxing the limit, and the slippage value should be user provided so there shouldnt be any issue since this downside is acceptable to them.
