castwide / solargraph

A Ruby language server.
https://solargraph.org
MIT License
1.87k stars 154 forks source link

Fix idle cpu usage #677

Closed hmsf closed 8 months ago

hmsf commented 10 months ago

I've noticed the cpu usage has been pretty high, around 10% when idling.

I believe this issue may have originated from the change in this commit, which altered the sleep duration from 0.1 to 0.01 seconds.

Changing it back to 0.1 seconds has returned the cpu usage to 1-2%.

castwide commented 8 months ago

LGTM :+1: