Skip to content

Commit

Permalink
Update sleep duration to increase speed
Browse files Browse the repository at this point in the history
  • Loading branch information
werdeil committed May 26, 2018
1 parent c3929d9 commit 4f754ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itunes_last_export/server_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def get_tracks(server, username, startpage=1, sleep_func=time.sleep, tracktype='
yield page, totalpages, tracks

page += 1
sleep_func(.5)
sleep_func(.1)

if import_finished:
break
Expand Down

0 comments on commit 4f754ec

Please sign in to comment.