From 485d8a08b6c899495c6ad96d335ed9bb76f8e253 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sun, 23 Feb 2025 12:26:15 +0300 Subject: [PATCH] Update beta-repo.patch --- programming/language/python3/gonullu/files/beta-repo.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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