EspressoSystems / hotshot-query-service

Generic query service for HotShot applications
https://espressosystems.github.io/hotshot-query-service/
GNU General Public License v3.0
3 stars 1 forks source link

Fine tune locking to minimize critical sections #618

Closed jbearer closed 1 month ago

jbearer commented 1 month ago

This change should reduce the frequency/severity of slow requests due to long queues forming on the lock protecting the API state.

This PR: