Skip to content

Commit f4cdd36

Browse files
author
Andi Gutmans
committed
- Fix comment
1 parent 8140f09 commit f4cdd36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/streams/mmap.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ PHPAPI char *_php_stream_mmap_range(php_stream *stream, size_t offset, size_t le
3131
range.mode = mode;
3232
range.mapped = NULL;
3333

34-
/* For now, we impose an arbitrary 1MB limit to avoid
34+
/* For now, we impose an arbitrary 2MB limit to avoid
3535
* runaway swapping when large files are passed thru. */
3636
if (length > 2 * 1024 * 1024) {
3737
return NULL;

0 commit comments

Comments
 (0)