Update beta-repo.patch

This commit is contained in:
Rmys
2025-02-23 12:26:15 +03:00
committed by GitHub
parent 13a45005e4
commit 485d8a08b6
@@ -56,7 +56,7 @@ diff -Nuar a/gonullu/farm.py b/gonullu/farm.py
- while not (self.send(file, binary_path)): - while not (self.send(file, binary_path)):
- self.log.warning(message='%s dosyası tekrar gönderilmeye çalışılacak.' % file) - self.log.warning(message='%s dosyası tekrar gönderilmeye çalışılacak.' % file)
+ retry_count = 0 + retry_count = 0
+ max_retries = 3 + max_retries = 15
+ while retry_count < max_retries: + while retry_count < max_retries:
+ if self.send(file, binary_path): + if self.send(file, binary_path):
+ break + break