Skip to content

Commit

Permalink
Revert "test uploads=2 connections=2"
Browse files Browse the repository at this point in the history
This reverts commit 314c39b.
  • Loading branch information
tjjh89017 committed Feb 26, 2024
1 parent 53db8a7 commit fdff2a6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions utils/ezio_add_torrent.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@

request = ezio_pb2.AddRequest()
request.save_path = sys.argv[2]
request.max_uploads = 2
request.max_connections = 2
with open(sys.argv[1], 'rb') as f:
request.torrent = f.read()

Expand Down
2 changes: 0 additions & 2 deletions utils/ezio_add_torrent_seed.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
request = ezio_pb2.AddRequest()
request.save_path = sys.argv[2]
request.seeding_mode = True
request.max_uploads = 2
request.max_connections = 2
with open(sys.argv[1], 'rb') as f:
request.torrent = f.read()

Expand Down

0 comments on commit fdff2a6

Please sign in to comment.