]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Retract versions affected by indefinite outgoing requests bug
authorMatt Joiner <anacrolix@gmail.com>
Mon, 15 Jan 2024 06:03:05 +0000 (17:03 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Mon, 15 Jan 2024 06:03:46 +0000 (17:03 +1100)
go.mod

diff --git a/go.mod b/go.mod
index 30553254da43596332a1ba890cad121e2b53d42c..68120007ebcff1b0ef08b38faef530fbdd64fd30 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -122,4 +122,6 @@ retract (
        v1.39.0
        // peer-requesting doesn't scale
        [v1.34.0, v1.38.1]
+       // Indefinite outgoing requests on storage write errors. https://github.com/anacrolix/torrent/issues/889
+       [v1.29.0, v1.53.2]
 )