mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 02:09:54 +08:00
OOPS
This commit is contained in:
parent
ed7c051fcc
commit
1b0c567729
|
@ -4,7 +4,7 @@ module Jobs
|
|||
|
||||
# This job will run on a regular basis to update statistics and denormalized data.
|
||||
# If it does not run, the site will not function properly.
|
||||
class PeriodicalUpdates < Jobs::Scheduled
|
||||
class Daily < Jobs::Scheduled
|
||||
every 1.day
|
||||
|
||||
def execute(args)
|
||||
|
|
Loading…
Reference in New Issue
Block a user