mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 01:34:24 +03:00
MEMORY_MAX_BLOCKS should be 0 by default
This commit is contained in:
parent
fe283b10a5
commit
883fb8f9e9
|
@ -265,7 +265,7 @@ ImagingDelete(Imaging im)
|
|||
/* Allocate image as an array of line buffers. */
|
||||
|
||||
#define MEMORY_BLOCK_SIZE (1024*1024)
|
||||
#define MEMORY_MAX_BLOCKS 128
|
||||
#define MEMORY_MAX_BLOCKS 0
|
||||
|
||||
void **_blocks = NULL;
|
||||
int _blocks_free = 0;
|
||||
|
|
Loading…
Reference in New Issue
Block a user