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

Increase message queue buffer #196

Closed rsubtil closed 1 year ago

rsubtil commented 1 year ago

The default 4096KB (4MB) is too low for very large libraries, resulting in a freeze and error spam. It was increased to 32MB.

Related to #195, but not truly closed until the dynamic resize patch is added.