From f73f812cf19861d149454078fce24a91f5d99d53 Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Fri, 29 Sep 2017 00:06:48 -0500 Subject: [PATCH] Correction on idle timeout --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index baa9d0d..7f83a57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ - Add ability to export current database dump, GH-270 - Automatically open pgweb in browser on start if its already running, GH-272 - Connect to the database with credentials provided by a third-party backend, GH-266 -- Automatically close idle sessions (no activity in 24), GH-275 +- Automatically close idle sessions (no activity in 1 hour), GH-275 - Allow connecting via SSH with a custom private key and other fixes, GH-277 - Add options to disable SSH connections, GH-279