mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update story garbage collection
This commit is contained in:
parent
86a1c5a603
commit
e8e249ce31
1 changed files with 2 additions and 2 deletions
|
@ -48,9 +48,9 @@ class StoryGC extends Command
|
|||
|
||||
protected function directoryScan()
|
||||
{
|
||||
$hour = now()->hour;
|
||||
$day = now()->day;
|
||||
|
||||
if($hour !== 1) {
|
||||
if($day !== 3) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue