mirror of
https://github.com/mastodon/mastodon.git
synced 2026-08-22 22:15:16 -05:00
Update create.rb
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
class ActivityPub::Activity::Create < ActivityPub::Activity
|
||||
DISTRIBUTE_DELAY = 1.minute
|
||||
PROCESSING_DELAY = (30.seconds)..(10.minutes)
|
||||
PROCESSING_DELAY_QUOTE = (10.seconds)..(1.minute)
|
||||
PROCESSING_DELAY_QUOTE = (10.seconds)
|
||||
|
||||
def perform
|
||||
@account.schedule_refresh_if_stale!
|
||||
|
||||
Reference in New Issue
Block a user