]> Sergey Matveev's repositories - btrtrc.git/blobdiff - torrent.go
Set tracker announce timeout back to default
[btrtrc.git] / torrent.go
index 3c0bcb09275282a509aac7e8cccd21dc53eba1c4..1849dbcf3cb456934a9501f6aa6b08e09b36c371 100644 (file)
@@ -1431,7 +1431,7 @@ func (t *Torrent) startScrapingTracker(_url string) {
                                }
                                cl.activeAnnounces[urlString] = struct{}{}
                        },
-                       done: func() {
+                       done: func(slowdown bool) {
                                cl.lock()
                                defer cl.unlock()
                                delete(cl.activeAnnounces, urlString)