Sleep between announces in case there are no trackers

This commit is contained in:
Matt Joiner 2014-12-01 12:43:34 -06:00
parent 75cde79d65
commit 709650c0bd
1 changed files with 2 additions and 0 deletions

View File

@ -1744,6 +1744,8 @@ newAnnounce:
continue newAnnounce
}
}
// TODO: Wait until trackers are added if there are none.
time.Sleep(10 * time.Second)
}
}