Switch to sequential read as default where possible

This commit is contained in:
Lovell Fuller
2023-01-15 18:43:50 +00:00
parent 081debd055
commit a1e464cc5e
6 changed files with 14 additions and 11 deletions

View File

@@ -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