From 814b06322a1124092aa62d305f3c56bf83eac6b7 Mon Sep 17 00:00:00 2001 From: Marc 'risson' Schmitt Date: Thu, 12 Jun 2025 12:29:48 +0200 Subject: [PATCH] fix todo Signed-off-by: Marc 'risson' Schmitt --- authentik/tasks/broker.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/authentik/tasks/broker.py b/authentik/tasks/broker.py index 39cfc3e4e2..1c086386d9 100644 --- a/authentik/tasks/broker.py +++ b/authentik/tasks/broker.py @@ -66,9 +66,6 @@ class DbConnectionMiddleware(Middleware): return close_old_connections() - # TODO: figure out if we really need this, it seems a bit excessive to close connections after - # each message and if fails in tests - before_process_message = _close_old_connections after_process_message = _close_old_connections