Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0
Ce dépôt a été archivé le 2022-05-07. Vous pouvez voir ses fichiers ou le cloner, mais pas ouvrir de ticket ou de demandes d'ajout, ni soumettre de changements.
nyaa-pantsu/service/torrent/metainfoFetcher
ElegantMonkey 3dced6fdf0 Use Mutex when modifying failedOperations, add exponential cooldown
Just to be safe, won't allow concurrent goroutines to modify the map.

The exponential cooldown prevents newer torrents with no seeds
blocking older ones with seeds, when there are enough failures that a
cooldown event would fill the queue with only failed torrents.
2017-05-14 19:30:56 -03:00
..
metainfoFetcher.go Use Mutex when modifying failedOperations, add exponential cooldown 2017-05-14 19:30:56 -03:00
operation.go Add fail cooldown 2017-05-14 18:10:39 -03:00
operation_test.go FilesizeFetcher -> MetainfoFetcher 2017-05-14 08:20:34 -03:00