Bug #92934
closedMail FileSpool and MemorySpool toString() wrong
100%
Description
Both spools iterate over all currently queued mails and concatenate these.
Using a spool because of async sending and the resulting performance is not good.
Using the FileSpool and sending mails to 1000+ recipients results most of the time in a browser timeout. The toString is called indirectly through the AbstractTransport class as a representation for the transports name.
To regain performance and be compatible we need to cleanup toString() to just return an identifier instead of the whole queue.
Updated by Gerrit Code Review almost 4 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/66902
Updated by Gerrit Code Review almost 4 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/66902
Updated by Gerrit Code Review almost 4 years ago
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/66914
Updated by Markus Gerdes almost 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset aff26dd9f567a6770dbc2ace76d4cac05de09695.