Merge pull request #2742 from pixelfed/staging

Update story garbage collection
This commit is contained in:
daniel 2021-04-30 20:00:17 -06:00 committed by GitHub
commit 2cbb7b9a6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
} }