Skip to content

Commit

Permalink
Shrink libpq buffers to 1MB before returning connection to pool. Closes
Browse files Browse the repository at this point in the history
  • Loading branch information
jberryman committed Jun 30, 2020
1 parent a976542 commit dfa0701
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ hasura seed apply --file 1234_add_some_seed_data.sql
- server: fix mishandling of GeoJSON inputs in subscriptions (fix #3239)
- server: fix importing of allow list query from metadata (fix #4687)
- server: add new `--conn-lifetime` and `HASURA_GRAPHQL_PG_CONN_LIFETIME` options for expiring connections after some amount of active time (#5087)
- server: shrink libpq connection request/response buffers back to 1MB if they grow beyond 2MB, fixing leak-like behavior on active servers (#5087)
- server: flush log buffer during shutdown (#4800)
- server: fix edge case with printing logs on startup failure (fix #4772)
- console: allow entering big int values in the console (close #3667) (#4775)
Expand Down
3 changes: 1 addition & 2 deletions server/cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ package graphql-engine
source-repository-package
type: git
location: https://github.com/hasura/pg-client-hs.git
-- TODO merge https://github.com/hasura/pg-client-hs/pull/16
tag: b526847a79966f0cd7b6de9365a83b4411ad2002
tag: cbfc69b935d19dc40be8cdcc73a70b81cf511d34

source-repository-package
type: git
Expand Down

0 comments on commit dfa0701

Please sign in to comment.