Remove a comment

It was unnecessary as it was just an idea to increase performance.
pull/653/head
JanisPlayer 2023-08-27 21:22:35 +02:00 committed by GitHub
parent 437e00bc68
commit 267a0e6697
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -276,10 +276,6 @@ class ImageController extends GenericApiController
$blob = $file->getContent();
// Convert image to JPEG if required
//You might want to lower the maximum execution time here.
//And increase again, to the default value, when the image is finished.
//And set a maximum number of concurrent executions, which might prevent thrashing.
//JSON(tmp) Database where you just save the entries as a number and delete them when they are done or the entries are 5 minutes old.
$highres_enabled = $this->config->getSystemValueString('memories.image.highres.convert_all_images_formarts_enabled', 'false');
$format = $this->config->getSystemValueString('memories.image.highres.format', 'jpeg');
if ($highres_enabled == 'true') {