diff --git a/yesod-core/src/Yesod/Core/Class/Yesod.hs b/yesod-core/src/Yesod/Core/Class/Yesod.hs index 25c1e6c6..df8d195b 100644 --- a/yesod-core/src/Yesod/Core/Class/Yesod.hs +++ b/yesod-core/src/Yesod/Core/Class/Yesod.hs @@ -195,6 +195,7 @@ class RenderRoute site => Yesod site where addStaticContent _ _ _ = return Nothing -- | Maximum allowed length of the request body, in bytes. + -- This method may be ignored if 'maximumContentLengthIO' is overridden. -- -- If @Nothing@, no maximum is applied. --