Update maximumContentLength

This commit is contained in:
Michael Snoyman 2014-04-17 12:09:44 +03:00
parent 91f9f94fd2
commit ec09018717
3 changed files with 5 additions and 2 deletions

View File

@ -123,6 +123,9 @@ instance Yesod App where
makeLogger = return . appLogger
maximumContentLength _ (Just UploadStackageR) = Just 50000000
maximumContentLength _ _ = Just 2000000
-- How to run database actions.
instance YesodPersist App where
type YesodPersistBackend App = SqlPersistT

View File

@ -11,4 +11,4 @@ postgres: true
# Use the following to automatically copy your bundle upon creation via `yesod
# keter`. Uses `scp` internally, so you can set it to a remote destination
copy-to: ubuntu@packdeps.haskellers.com:/opt/keter/incoming
copy-to: ubuntu@www.stackage.org:/opt/keter/incoming

View File

@ -11,7 +11,7 @@ $newline never
<title>
#{pageTitle pc}
$if notHome
:: Stackage Server
\ :: Stackage Server
<meta name="description" content="">
<meta name="author" content="">