Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

IFCWorker.js doesn't work for larger files on firefox #224

Open
bartlomiejwiejak opened this issue Jun 13, 2023 · 1 comment
Open

IFCWorker.js doesn't work for larger files on firefox #224

bartlomiejwiejak opened this issue Jun 13, 2023 · 1 comment

Comments

@bartlomiejwiejak
Copy link

Trying to load larger files (more than 268mb) causes error:
UnknownError: IDBObjectStore.put: The serialized value is too large (size=374079546 bytes, max=267386880 bytes).

Is there some default for firefox capping it to 267386880 bytes and can we do anything about it? For other browsers it seems to work fine.

@agviegas
Copy link
Collaborator

Yep, webworkers are not compatible with larger files unfortunately. We are working on a new loading system that is super fast (200mb ifc in 2 seconds), so the webworker approach won't be necessary anymore. For now, disabling webworkers is the only solution for that.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants