From e17553e185aa6054b229524ac04a2743fe8c6fa9 Mon Sep 17 00:00:00 2001 From: Rishabh Arya Date: Thu, 18 Feb 2021 19:48:14 +0530 Subject: Parse ui_auth.session_timeout as a duration (instead of treating it as ms) (#9426) --- changelog.d/9426.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/9426.bugfix (limited to 'changelog.d') diff --git a/changelog.d/9426.bugfix b/changelog.d/9426.bugfix new file mode 100644 index 0000000000..a852a315ad --- /dev/null +++ b/changelog.d/9426.bugfix @@ -0,0 +1 @@ +The `ui_auth.session_timeout` configuration setting can now be specified in terms of number of seconds/minutes/etc/. Contributed by Rishabh Arya. -- cgit 1.4.1