1
0
Fork 0
mirror of synced 2024-09-30 17:26:48 +13:00

Merge remote-tracking branch 'origin/feat-file-cache-cleanup' into feat-file-cache-cleanup

This commit is contained in:
shimon 2022-07-30 21:56:00 +03:00
commit d0ec102c53

View file

@ -319,7 +319,7 @@ class DeletesV1 extends Worker
$this->deleteForProjectIds(
function (string $projectId) use ($timestamp) {
$dbForProject = $this->getProjectDB($projectId);
// Delete Sessions
// Delete Sessions
$this->deleteByGroup('sessions', [
new Query('expire', Query::TYPE_LESSER, [$timestamp])
], $dbForProject);