diff --git a/src/Application.hs b/src/Application.hs index 3f058d4..09fa363 100644 --- a/src/Application.hs +++ b/src/Application.hs @@ -378,7 +378,7 @@ makeAuthWare _ app req res = next -- | Warp settings for the given foundation value. warpSettings :: AppPort -> RegistryCtx -> Settings warpSettings port foundation = - setTimeout 60 $ + setTimeout 120 $ setPort (fromIntegral port) $ setHost (appHost $ appSettings foundation) $ setOnException