Skip to content

Commit 2aae091

Browse files
committed
Increased times between download to 3.5 seconds
1 parent 01b638f commit 2aae091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

artella/dccs/maya/downloader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def run(self):
4343

4444
# We force the waiting to a high value, otherwise Artella Drive Client will return that no download
4545
# is being processed
46-
time.sleep(2.0)
46+
time.sleep(3.5)
4747

4848
while True:
4949
progress, fd, ft, bd, bt = self._artella_drive_client.get_progress()

0 commit comments

Comments
 (0)