Skip to content

Commit

Permalink
Increased times between download to 3.5 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoveda committed Feb 18, 2021
1 parent 01b638f commit 2aae091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artella/dccs/maya/downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 2aae091

Please sign in to comment.