Update beta-repo.patch
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user