From c10fbb202252b8725a05a016a82a9366c87bda1c Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Fri, 28 Nov 2014 08:39:13 -0600 Subject: [PATCH] Extra time between tracker announces --- client.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client.go b/client.go index d2ebfbcd..7230118b 100644 --- a/client.go +++ b/client.go @@ -1566,7 +1566,8 @@ newAnnounce: continue newAnnounce } } - time.Sleep(5 * time.Second) + // Couldn't announce at all. Wait a bit before trying again. + time.Sleep(15 * time.Second) } } -- 2.48.1