mirror of
https://github.com/lovell/sharp.git
synced 2025-12-18 23:05:04 +01:00
Switch to sequential read as default where possible
This commit is contained in:
@@ -36,7 +36,7 @@ function _createInputDescriptor (input, inputOptions, containerOptions) {
|
||||
failOn: 'warning',
|
||||
limitInputPixels: Math.pow(0x3FFF, 2),
|
||||
unlimited: false,
|
||||
sequentialRead: false
|
||||
sequentialRead: true
|
||||
};
|
||||
if (is.string(input)) {
|
||||
// filesystem
|
||||
|
||||
Reference in New Issue
Block a user