LBDserver / converter_backend

The backend for the converter tool (convert IFC to various other formats)
1 stars 0 forks source link

enlarge file size #1

Open pipauwel opened 3 years ago

pipauwel commented 3 years ago

For large files, I receive the following error: MulterError: File too large

This constraint needs to be removed - the file is not even that large (13MB).

JWerbrouck commented 3 years ago

Should be fixed with the new commit. There was a backend limit on 10MB indeed. Can you confirm if the file is accepted for conversion now?

pipauwel commented 3 years ago

it is fixed for GLTF, but the LBD conversion option still fails. I suspect that that has to do with the heapsize. Perhaps it is possible to add an exception handler that just stops this conversion option for the larger files?