Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
Marc 'risson' Schmitt
2025-06-12 12:29:48 +02:00
parent 217063ef7b
commit 814b06322a

View File

@ -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