Merge pull request #454 from odoo-contrib/patch-1

[16.0][FIX] Add arguments to session vacuum method
This commit is contained in:
Alexandre Fayolle
2024-08-27 11:45:09 +02:00
committed by GitHub
co-authored by GitHub
+1 -1
View File
@@ -117,7 +117,7 @@ class RedisSessionStore(SessionStore):
session.session_token = security.compute_session_token(session, env)
self.save(session)
def vacuum(self):
def vacuum(self, *args, **kwargs):
"""Do not garbage collect the sessions
Redis keys are automatically cleaned at the end of their