[BUGFIX] Processing folder has now nested subfolders
In case of big installations the amount of processed files in one folder is too much and causes performance issues and other problems. To prevent this kind of issues, nested subfolders are now created in the processing folder in order to split the processed files into more than one folder. Resolves: #56557 Releases: master, 7.6 Change-Id: Id9a4fc3b4bb4b28ca26ff96221097171c3835eb7 Reviewed-on: https://review.typo3.org/36523 Reviewed-by:Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Philipp Gampe <philipp.gampe@typo3.org> Tested-by:
Philipp Gampe <philipp.gampe@typo3.org>
Showing
- typo3/sysext/core/Classes/Resource/ProcessedFile.php 2 additions, 2 deletionstypo3/sysext/core/Classes/Resource/ProcessedFile.php
- typo3/sysext/core/Classes/Resource/Processing/LocalImageProcessor.php 1 addition, 1 deletion.../core/Classes/Resource/Processing/LocalImageProcessor.php
- typo3/sysext/core/Classes/Resource/ResourceStorage.php 64 additions, 4 deletionstypo3/sysext/core/Classes/Resource/ResourceStorage.php
- typo3/sysext/core/Tests/Unit/Resource/ResourceStorageTest.php 32 additions, 0 deletions...3/sysext/core/Tests/Unit/Resource/ResourceStorageTest.php
Please register or sign in to comment