More reasonable yesod devel timeout

This commit is contained in:
Michael Snoyman 2012-12-26 16:03:01 +02:00
parent 992f4e7893
commit e709eb2192

View File

@ -124,7 +124,7 @@ reverseProxy opts appPort = do
(const $ return $ Right $ ProxyDest "127.0.0.1" appPort)
def
{ wpsOnExc = onExc
, wpsTimeout = Just 2000000
, wpsTimeout = Just 10000000
}
manager
putStrLn "Reverse proxy stopped, but it shouldn't"