retrohub-org / retrohub

Retrogaming library frontend, built to be a highly customizable platform.
https://retrohub-org.github.io/
MIT License
110 stars 6 forks source link

Freezing when loading huge game libraries #195

Closed rsubtil closed 1 year ago

rsubtil commented 1 year ago

RetroHub is freezing when loading very large (>100GB likely) libraries. The issue seems to be connected to the message queue buffer being too small: image https://github.com/godotengine/godot/pull/65740 should fix this properly if it can get backported, otherwise raising the default value can mitigate this.