Browse Source

Update Inbox

Daniel Supernault 10 tháng trước cách đây
mục cha
commit
db84ae90f1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Util/ActivityPub/Inbox.php

+ 1 - 1
app/Util/ActivityPub/Inbox.php

@@ -1382,7 +1382,7 @@ class Inbox
                 Log::error($e);
             })
             ->onQueue('move')
-            ->delay(now()->addMinutes(random_int(5, 9)))
+            ->delay(now()->addMinutes(random_int(2, 5)))
             ->dispatch();
     }
 }