Skip to content

Commit

Permalink
disable seq download by default
Browse files Browse the repository at this point in the history
seq download doesn't increase too much performance

Signed-off-by: Date Huang <[email protected]>
  • Loading branch information
tjjh89017 committed Apr 4, 2024
1 parent e3e03d8 commit 2d0c128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/ezio_add_torrent.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
request = ezio_pb2.AddRequest()
request.max_uploads = 2
request.max_connections = 3
request.sequential_download = True
request.sequential_download = False
request.save_path = sys.argv[2]
with open(sys.argv[1], 'rb') as f:
request.torrent = f.read()
Expand Down

0 comments on commit 2d0c128

Please sign in to comment.