Update story garbage collection

pull/2742/head
Daniel Supernault 5 years ago
parent 86a1c5a603
commit e8e249ce31
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

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