Skip to content

Max size

Sets the maximum size of a fetched resource. Usually intended to control the file size when loading from data sources. A property of the loadFromURL configuration. Defaults to 25mb.

Configuration

An integer

module.exports = {
    loadFromURL.MAX_SIZE : 50 * 1024 * 1024; // 50 MB
};