Block tasks if the DB writes get behind, rather than growing the queue 2022-08-block-on-slow-db
authorMatt Corallo <git@bluematt.me>
Mon, 22 Aug 2022 02:40:23 +0000 (02:40 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 22 Aug 2022 02:45:19 +0000 (02:45 +0000)
commit981811f42b970bc4de57e5c59827255ef0dc9560
tree067ee15979d5b4dc33272c4d62db7a08266d3bae
parent444105a3f3f4d36b8a58c5e5bde9970b546167f5
Block tasks if the DB writes get behind, rather than growing the queue
src/downloader.rs
src/persistence.rs
src/tracking.rs
src/types.rs