mirror of
https://github.com/keycloak/keycloak.git
synced 2026-05-26 13:50:48 +00:00
Fix Keycloak Connection Timeout Issue to Prevent Hanging Connections
Closes #47174 Signed-off-by: Vadym Saranchuk <vsaranchuk3@gmail.com> Signed-off-by: vsaranchuk <vsaranchuk3@gmail.com> Signed-off-by: Alexander Schwartz <alexander.schwartz@ibm.com> Co-authored-by: Vadym Saranchuk <vsaranchuk3@gmail.com> Co-authored-by: Alexander Schwartz <alexander.schwartz@ibm.com>
This commit is contained in:
@@ -47,6 +47,10 @@ that this option is deprecated and exists mostly for the backwards compatibility
|
||||
|
||||
For the details, see the link:{adminguide_link}[{adminguide_name}].
|
||||
|
||||
=== Socket timeouts and query timeouts for database connections
|
||||
|
||||
For all database connections, {project_name} now sets a socket read timeout matching the respective transaction timeout to prevent long hanging threads. For PostgreSQL databases, it additionally sets a query timeout.
|
||||
|
||||
=== Configure TOTP and Update password required actions moved after Verify Email
|
||||
|
||||
In relation to the previous point, the required actions *Configure OTP* and *Update password* are moved in the order of required actions after *Verify Email*
|
||||
|
||||
Reference in New Issue
Block a user