diff options
Diffstat (limited to 'apps/user_status/lib/BackgroundJob/ClearOldStatusesBackgroundJob.php')
-rw-r--r-- | apps/user_status/lib/BackgroundJob/ClearOldStatusesBackgroundJob.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/user_status/lib/BackgroundJob/ClearOldStatusesBackgroundJob.php b/apps/user_status/lib/BackgroundJob/ClearOldStatusesBackgroundJob.php index 331d88de747..51a9c623a03 100644 --- a/apps/user_status/lib/BackgroundJob/ClearOldStatusesBackgroundJob.php +++ b/apps/user_status/lib/BackgroundJob/ClearOldStatusesBackgroundJob.php @@ -32,8 +32,7 @@ class ClearOldStatusesBackgroundJob extends TimedJob { ) { parent::__construct($time); - // Run every time the cron is run - $this->setInterval(0); + $this->setInterval(60); } /** |