mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 11:52:45 +08:00
REVERT: Check for features sooner (#29746)
This commit is contained in:
parent
8dc474952b
commit
eb2992a628
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
module Jobs
|
module Jobs
|
||||||
class CheckNewFeatures < ::Jobs::Scheduled
|
class CheckNewFeatures < ::Jobs::Scheduled
|
||||||
every 1.hour
|
every 1.day
|
||||||
|
|
||||||
def execute(args)
|
def execute(args)
|
||||||
admin_ids = User.human_users.where(admin: true).pluck(:id)
|
admin_ids = User.human_users.where(admin: true).pluck(:id)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user