Crons
This commit is contained in:
parent
660f621602
commit
5a259c0832
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ class PublicController extends BaseController
|
||||||
$this->addAccessLog($tenant->id, $gallery->id, $image->id, "Access", $image->size);
|
$this->addAccessLog($tenant->id, $gallery->id, $image->id, "Access", $image->size);
|
||||||
$file = Storage::disk($image->driver)->get($image->path);
|
$file = Storage::disk($image->driver)->get($image->path);
|
||||||
Storage::disk("cache")->put($cacheName."_orginal", $file);
|
Storage::disk("cache")->put($cacheName."_orginal", $file);
|
||||||
Log::info("Dauer s3: ".(microtime(true) - $start));
|
Log::info("Dauer s3: ".(microtime(true) - $start), [$image->filename]);
|
||||||
}
|
}
|
||||||
|
|
||||||
//Resize
|
//Resize
|
||||||
|
|
Loading…
Reference in a new issue