kamiyaa / joshuto

ranger-like terminal file manager written in Rust
https://crates.io/crates/joshuto
GNU Lesser General Public License v3.0
3.37k stars 148 forks source link

fix: add mutex lock to preview threads #430

Closed luteran42 closed 10 months ago

luteran42 commented 10 months ago

Do not spawn 100s of preview threads when I'm holding the down arrow key in a crowded directory.

kamiyaa commented 10 months ago

I'm okay with this being a temporary solution. But will need to revisit this in the future and maybe come up with a better solution 👍