From 2aae0917989ccdfdbbdbed20e93de30c49748767 Mon Sep 17 00:00:00 2001 From: Tomas Poveda Date: Thu, 18 Feb 2021 01:13:06 +0100 Subject: [PATCH] Increased times between download to 3.5 seconds --- artella/dccs/maya/downloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artella/dccs/maya/downloader.py b/artella/dccs/maya/downloader.py index 725c2f4..c79eb60 100644 --- a/artella/dccs/maya/downloader.py +++ b/artella/dccs/maya/downloader.py @@ -43,7 +43,7 @@ def run(self): # We force the waiting to a high value, otherwise Artella Drive Client will return that no download # is being processed - time.sleep(2.0) + time.sleep(3.5) while True: progress, fd, ft, bd, bt = self._artella_drive_client.get_progress()