-
-
Notifications
You must be signed in to change notification settings - Fork 157
Open
Labels
Description
Tempest version
3.6
PHP version
8.5
Operating system
macOS
Description
Im doing some optimizations on my app for queries as I added debug bar and noticed that session cleanup runs on every request
$this->sessionManager->deleteExpiredSessions()
there is already command that cleans this up every minute
packages/http/src/Session/CleanupSessionsCommand.php
@innocenzi was there a specific reason for this? Im fine submitting pr but maybe I'm missing osmething
Reactions are currently unavailable