From 12aebdfa5a81abaf4b7864c561e23c4a5b4945ca Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Wed, 19 Aug 2020 20:41:53 +0100 Subject: Close the database connection we create during startup (#8131) ... otherwise it gets leaked. --- changelog.d/8131.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/8131.bugfix (limited to 'changelog.d') diff --git a/changelog.d/8131.bugfix b/changelog.d/8131.bugfix new file mode 100644 index 0000000000..5110f235d1 --- /dev/null +++ b/changelog.d/8131.bugfix @@ -0,0 +1 @@ +Fix a bug which could cause a leaked postgres connection if synapse was set to daemonize. -- cgit 1.4.1