2
2
mirror of https://github.com/mastodon/mastodon synced 2025-04-12 00:56:38 +02:00

Change frequency of trends review notifications from 2 hours to 6 hours ()

This commit is contained in:
Eugen Rochko 2022-03-22 11:58:25 +01:00 committed by GitHub
parent d5df9d4797
commit 410989e081
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -22,7 +22,7 @@
class: Scheduler::EmailDomainBlockRefreshScheduler
queue: scheduler
trends_review_notifications_scheduler:
every: '2h'
every: '6h'
class: Scheduler::Trends::ReviewNotificationsScheduler
queue: scheduler
media_cleanup_scheduler: