Skip to content

Commit

Permalink
fixup! feat(rooms): add option to automatically lock public and group…
Browse files Browse the repository at this point in the history
… rooms if they are inactive
  • Loading branch information
miaulalala committed Nov 14, 2024
1 parent 02d28c5 commit 207b12e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/BackgroundJob/LockInactiveRooms.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ public function __construct(
) {
parent::__construct($timeFactory);

// Every 5 minutes
$this->setInterval(5 * 60);
// Every hour
$this->setInterval(60 * 60);
$this->setTimeSensitivity(IJob::TIME_SENSITIVE);
}

Expand Down

0 comments on commit 207b12e

Please sign in to comment.