partial cherry-pick fd25c4cbb8 (#2768)

pull/2631/head
sebres 2020-08-24 16:41:22 +02:00
parent 8da663a67e
commit ad51fb7e1e
1 changed files with 0 additions and 4 deletions

View File

@ -59,10 +59,6 @@ class FailManager:
with self.__lock:
return len(self.__failList), sum([f.getRetry() for f in self.__failList.values()])
def getFailTotal(self):
with self.__lock:
return self.__failTotal
def setMaxRetry(self, value):
self.__maxRetry = value