The panel does not adhere to the configured MAX_MOD_SIZE in .env or docker-compose.yml.
I have MAX_MOD_SIZE set to 4096 but the panel still has a 2048mb limit. (Shouldn't default limit be 1024?)
beammeup-backend | [mods] Failed to create entry for untracked file: Radiator_Springs_p.zip RangeError [ERR_FS_FILE_TOO_LARGE]: File size (2233609035) is greater than 2 GiB
beammeup-backend | at readFileHandle (node:internal/fs/promises:538:11)
beammeup-backend | at async syncModsWithFilesystem (file:///app/dist/services/mods.js:368:40)
beammeup-backend | at async Object.<anonymous> (file:///app/dist/routes/mods.js:84:28) {
beammeup-backend | code: 'ERR_FS_FILE_TOO_LARGE'
beammeup-backend | }
The panel does not adhere to the configured MAX_MOD_SIZE in .env or docker-compose.yml.
I have MAX_MOD_SIZE set to 4096 but the panel still has a 2048mb limit. (Shouldn't default limit be 1024?)