pause announcer for 1 minute each round

This commit is contained in:
Victor Shyba 2022-03-08 01:03:26 -03:00
parent 30acde0afc
commit 3855db6c66

View file

@ -729,7 +729,7 @@ class TrackerAnnouncerComponent(Component):
async def announce_forever(self): async def announce_forever(self):
while True: while True:
to_sleep = 6 to_sleep = 60.0
for file in self.file_manager.get_filtered(): for file in self.file_manager.get_filtered():
if not file.downloader: if not file.downloader:
continue continue