Skip to content

Commit eb5a9bb

Browse files
author
Martin Kluska
committed
added 3 hours timestamp
1 parent a3bf45b commit eb5a9bb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

config/chunk-upload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
/**
1616
* How old chunks we should delete
1717
*/
18-
"timestamp" => "-1 HOUR",
18+
"timestamp" => "-3 HOURS",
1919
"schedule" => [
2020
"enabled" => true,
2121
"cron" => "0 */1 * * * *" // run every hour

src/Providers/ChunkUploadServiceProvider.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
use Illuminate\Console\Scheduling\Schedule;
55
use Illuminate\Foundation\Application;
66
use Illuminate\Support\Arr;
7-
use Illuminate\Support\Facades\Storage;
87
use Illuminate\Support\ServiceProvider;
98
use Pion\Laravel\ChunkUpload\Commands\ClearChunksCommand;
109
use Pion\Laravel\ChunkUpload\Config\AbstractConfig;

0 commit comments

Comments
 (0)