-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Please add writeable false parameter in getFileForLocalProcessing
Currently the folder /var/transient/ is flooded with many images -> "fal-tempfile-xxxxxxxx"
Sitegeist\ImageJack\Templates\AbstractTemplate
public function __construct(ProcessedFile $image, LoggerUtility $logger)
{
$this->image = $image;
$this->storage = $image->getStorage();
// current
$this->imagePath = $this->storage->getFileForLocalProcessing($image);
// should
$this->imagePath = $this->storage->getFileForLocalProcessing($image, false);
$this->logger = $logger;
$this->extensionConfiguration = GeneralUtility::makeInstance(ExtensionConfiguration::class)
->get('image_jack');
}
thegass, DenisMir, avogt1701, lfehr and dennismetz
Metadata
Metadata
Assignees
Labels
No labels