go.mod | 2 ++ diff --git a/go.mod b/go.mod index 30553254da43596332a1ba890cad121e2b53d42c..68120007ebcff1b0ef08b38faef530fbdd64fd30 100644 --- a/go.mod +++ b/go.mod @@ -122,4 +122,6 @@ // Doesn't signal interest to peers if choked when piece priorities change. 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] )