We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58506e3 commit be02f48Copy full SHA for be02f48
app/Console/Commands/UserAccountDelete.php
@@ -74,14 +74,14 @@ public function handle()
74
$activity = $fractal->createData($resource)->toArray();
75
76
$audience = Instance::whereNotNull(['shared_inbox', 'nodeinfo_last_fetched'])
77
- ->where('nodeinfo_last_fetched', '>', now()->subHours(12))
+ ->where('nodeinfo_last_fetched', '>', now()->subDays(14))
78
->distinct()
79
->pluck('shared_inbox');
80
81
$payload = json_encode($activity);
82
83
$client = new Client([
84
- 'timeout' => 10,
+ 'timeout' => 5,
85
]);
86
87
$version = config('pixelfed.version');
0 commit comments