The file open size limit is configured in src/toolbarActions/toolbarFunctions.js.
MAX_FILE_SIZE_MBcontrols the limit in MB.MAX_FILE_SIZEis derived from it as bytes.
To change the limit, update MAX_FILE_SIZE_MB only.
The file open size limit is configured in src/toolbarActions/toolbarFunctions.js.
MAX_FILE_SIZE_MB controls the limit in MB.MAX_FILE_SIZE is derived from it as bytes.To change the limit, update MAX_FILE_SIZE_MB only.