mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 18:58:10 +00:00
Bump up consistency check to run twice a day instead of once
This commit is contained in:
parent
11e962c848
commit
57ee244394
@ -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…
x
Reference in New Issue
Block a user