Feature #39341
Add function maxFileSize() to limit file size before parsing for new links
| Status: | Needs Feedback | Start date: | 2012-07-27 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| TYPO3 Version: | 4.5 | Tags: | ||
| PHP Version: | Complexity: | |||
| Votes: | 0 |
Description
While parsing a big text file from fileadmin/ to extract new links for crawling, the process dies with a PHP Error "Memory limit or max. exec time".
Suggestion: Limitation in the scheduler task configuration to a value of i.e. 5MB.
History
Updated by Philipp Gampe 8 months ago
- Status changed from New to Needs Feedback
Which task or validator parses files from the disk?