mirror of
https://github.com/Start9Labs/registry.git
synced 2026-03-30 11:51:57 +00:00
increase timeout
This commit is contained in:
@@ -378,7 +378,7 @@ makeAuthWare _ app req res = next
|
|||||||
-- | Warp settings for the given foundation value.
|
-- | Warp settings for the given foundation value.
|
||||||
warpSettings :: AppPort -> RegistryCtx -> Settings
|
warpSettings :: AppPort -> RegistryCtx -> Settings
|
||||||
warpSettings port foundation =
|
warpSettings port foundation =
|
||||||
setTimeout 60 $
|
setTimeout 120 $
|
||||||
setPort (fromIntegral port) $
|
setPort (fromIntegral port) $
|
||||||
setHost (appHost $ appSettings foundation) $
|
setHost (appHost $ appSettings foundation) $
|
||||||
setOnException
|
setOnException
|
||||||
|
|||||||
Reference in New Issue
Block a user