More reasonable yesod devel timeout
This commit is contained in:
parent
992f4e7893
commit
e709eb2192
@ -124,7 +124,7 @@ reverseProxy opts appPort = do
|
|||||||
(const $ return $ Right $ ProxyDest "127.0.0.1" appPort)
|
(const $ return $ Right $ ProxyDest "127.0.0.1" appPort)
|
||||||
def
|
def
|
||||||
{ wpsOnExc = onExc
|
{ wpsOnExc = onExc
|
||||||
, wpsTimeout = Just 2000000
|
, wpsTimeout = Just 10000000
|
||||||
}
|
}
|
||||||
manager
|
manager
|
||||||
putStrLn "Reverse proxy stopped, but it shouldn't"
|
putStrLn "Reverse proxy stopped, but it shouldn't"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user