Increase Warp connection timeout (#834)

This commit is contained in:
Steve Farmer
2017-03-21 19:50:24 -07:00
committed by Joe Nelson
parent 47b023e858
commit 0b486ccf44
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -10,6 +10,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- #827, Avoid Warp reaper, extend socket timeout to 1 hour - @majorcode
- #791, malformed nested JSON error - @diogob
- Resource embedding in views referencing tables in public schema - @fab1an
- #831, Fix proc resource embedding issue with search_path - @steve-chavez
+1
View File
@@ -57,6 +57,7 @@ main = do
appSettings = setHost ((fromString . toS) host)
. setPort port
. setServerName (toS $ "postgrest/" <> prettyVersion)
. setTimeout 3600
$ defaultSettings
when (isMalformedProxyUri $ toS <$> proxy) $ panic
+1 -1
View File
@@ -1,4 +1,4 @@
resolver: lts-8.0
resolver: lts-8.5
extra-deps:
- Ranged-sets-0.3.0
- hasql-pool-0.4.1