importer.maxDecodingBufferSize
importer.maxDecodingBufferSizeJavaScriptimporter.maxDecodingBufferSizeJSONImporter.MaxDecodingBufferSize.netimporter.maxDecodingBufferSizeAndroidThis setting controls the escape hatch for handling potentially malicous or corrupt input files. At selected spots in the codebase, we use this buffer size as maximum allowed sizes. e.g. during unzipping or decoding strings. This prevents resource exhaustion, especially when alphaTab is used on server side. Increase this buffer size if you need to handle very big files.
- JavaScript
- C#
- Kotlin
maxDecodingBufferSize: number = 128000000;double MaxDecodingBufferSize { get; set; } = 128000000var maxDecodingBufferSize: Double = 128000000