### Question Description limiter only supports setting a fixed max value. Can a function be used to obtain a max value example: ``` func(c *fiber.Ctx) int or func(key string) int ``` ### Code Snippet (optional) _No response_ ### Checklist: - [X] I agree to follow Fiber's [Code of Conduct](https://github.com/gofiber/fiber/blob/master/.github/CODE_OF_CONDUCT.md). - [X] I have checked for existing issues that describe my questions prior to opening this one. - [X] I understand that improperly formatted questions may be closed without explanation.