mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-11-20 01:50:24 -05:00
I see a lot of yields and such in CPU profiles. I think the workers are frequently waking up, finding there's not much to do, and going back to sleep. Reducing the number of worker threads seems reasonable.