20 retreies

This commit is contained in:
Dionysus 2025-03-26 01:23:01 -04:00
parent 9e76ed0684
commit 7330eb3131
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE

View File

@ -182,7 +182,7 @@ class CZDS:
async def _download():
tld_name = url.split('/')[-1].split('.')[0] # Extract TLD from URL
max_retries = 10 # Maximum number of retries for failed downloads
max_retries = 20 # Maximum number of retries for failed downloads
retry_delay = 5 # Delay between retries in seconds
# Headers for better connection stability