mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 13:06:56 +08:00
Bump up consistency check to run twice a day instead of once
This commit is contained in:
@ -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!
|
||||
|
Reference in New Issue
Block a user