Blockstream / electrs

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

Improve handling of bitcoind-related connection/timeout issues #85

Closed shesek closed 6 months ago

shesek commented 6 months ago

Not sure what the actual timeout value should be, used 5 seconds as a placeholder. Thoughts?

shesek commented 6 months ago

Increased timeout to 10 seconds, removed the commit that added a reconnection limit (forced-pushed)

philippem commented 6 months ago

squash?