pause announcer for 1 minute each round
This commit is contained in:
parent
30acde0afc
commit
3855db6c66
1 changed files with 1 additions and 1 deletions
|
@ -729,7 +729,7 @@ class TrackerAnnouncerComponent(Component):
|
|||
|
||||
async def announce_forever(self):
|
||||
while True:
|
||||
to_sleep = 6
|
||||
to_sleep = 60.0
|
||||
for file in self.file_manager.get_filtered():
|
||||
if not file.downloader:
|
||||
continue
|
||||
|
|
Loading…
Add table
Reference in a new issue