mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
CI: use other port for gotorrent client 2
This commit is contained in:
parent
28d37721b7
commit
9971ef8a85
1 changed files with 1 additions and 1 deletions
2
.github/actions/test-transfer/entrypoint.sh
vendored
2
.github/actions/test-transfer/entrypoint.sh
vendored
|
|
@ -257,7 +257,7 @@ screen -dmS rtorrent-leech rtorrent
|
|||
# ./node_modules/webtorrent-hybrid/bin/cmd.js download ./torrents/wss-ipv4.torrent -o leech > "$HOME/wss-leech.log" 2>&1 &
|
||||
|
||||
cd leech
|
||||
GOPPROF=http GODEBUG=x509ignoreCN=0 $HOME/gotorrent download ../torrents/wss-ipv4.torrent > "$HOME/wss-leech.log" 2>&1 &
|
||||
GOPPROF=http GODEBUG=x509ignoreCN=0 $HOME/gotorrent download --addr ":43000" ../torrents/wss-ipv4.torrent > "$HOME/wss-leech.log" 2>&1 &
|
||||
cd ..
|
||||
|
||||
# Check for completion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue