mod-audio / mod-sdk

SDK to implement the MOD gui interface
GNU General Public License v3.0
34 stars 16 forks source link

Avoid infinite polling of the file system #17

Closed vallsv closed 4 years ago

vallsv commented 4 years ago

Hi,

Here is a fix to avoid to poll the files million of time per seconds.

One of my core was dedicate to loop here.

I set it to 100ms. It could be smaller, but for human interaction i think it is enough.

Regards,

falkTX commented 4 years ago

This is very welcome, thank you. I was hit by the same issue, but did not know what was going on.