diff --git a/programming/language/python3/gonullu/files/beta-repo.patch b/programming/language/python3/gonullu/files/beta-repo.patch index e3f87f753a..99d11dca10 100644 --- a/programming/language/python3/gonullu/files/beta-repo.patch +++ b/programming/language/python3/gonullu/files/beta-repo.patch @@ -56,7 +56,7 @@ diff -Nuar a/gonullu/farm.py b/gonullu/farm.py - while not (self.send(file, binary_path)): - self.log.warning(message='%s dosyası tekrar gönderilmeye çalışılacak.' % file) + retry_count = 0 -+ max_retries = 3 ++ max_retries = 15 + while retry_count < max_retries: + if self.send(file, binary_path): + break