Merge pull request #2742 from pixelfed/staging

Update story garbage collection
pull/2751/head
daniel 5 years ago committed by GitHub
commit 2cbb7b9a6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -48,9 +48,9 @@ class StoryGC extends Command
protected function directoryScan() protected function directoryScan()
{ {
$hour = now()->hour; $day = now()->day;
if($hour !== 1) { if($day !== 3) {
return; return;
} }

Loading…
Cancel
Save