Update story garbage collection

This commit is contained in:
Daniel Supernault 2021-04-30 19:59:56 -06:00
parent 86a1c5a603
commit e8e249ce31
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

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