diff options
Diffstat (limited to 'apps/user_status/lib/BackgroundJob/ClearOldStatusesBackgroundJob.php')
-rw-r--r-- | apps/user_status/lib/BackgroundJob/ClearOldStatusesBackgroundJob.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_status/lib/BackgroundJob/ClearOldStatusesBackgroundJob.php b/apps/user_status/lib/BackgroundJob/ClearOldStatusesBackgroundJob.php index 1810f7aa118..edf3b657724 100644 --- a/apps/user_status/lib/BackgroundJob/ClearOldStatusesBackgroundJob.php +++ b/apps/user_status/lib/BackgroundJob/ClearOldStatusesBackgroundJob.php @@ -35,7 +35,7 @@ class ClearOldStatusesBackgroundJob extends TimedJob { $this->mapper = $mapper; // Run every time the cron is run - $this->setInterval(60); + $this->setInterval(0); } /** |