mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 04:01:29 -05:00
Bump up consistency check to run twice a day instead of once
This commit is contained in:
parent
11e962c848
commit
57ee244394
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
module Jobs
|
||||
# various consistency checks
|
||||
class EnsureDbConsistency < Jobs::Scheduled
|
||||
every 1.day
|
||||
every 12.hours
|
||||
|
||||
def execute(args)
|
||||
TopicUser.ensure_consistency!
|
||||
|
|
Loading…
Reference in a new issue