mempool / electrs

An efficient re-implementation of Electrum Server in Rust
MIT License
74 stars 35 forks source link

ThreadPoolBuilder can fail when resources are busy #68

Closed junderw closed 8 months ago

junderw commented 11 months ago

Fixes #67

This is a temp fix.

Long term, we should probably maintain a single global persistent ThreadPool instead of spinning up a new pool for every request.