mirror of
https://github.com/php/php-src.git
synced 2024-12-02 22:34:55 +08:00
- MFH Fix comment
This commit is contained in:
parent
51e9bd075f
commit
3ce7194a4d
@ -31,7 +31,7 @@ PHPAPI char *_php_stream_mmap_range(php_stream *stream, size_t offset, size_t le
|
||||
range.mode = mode;
|
||||
range.mapped = NULL;
|
||||
|
||||
/* For now, we impose an arbitrary 2MB limit to avoid
|
||||
/* For now, we impose an arbitrary limit to avoid
|
||||
* runaway swapping when large files are passed thru. */
|
||||
if (length > 8 * 1024 * 1024) {
|
||||
return NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user