Skip to content

Commit f5f39fb

Browse files
Update tracker-add-auto.sh
wait new torrents 25 sec
1 parent 93c5871 commit f5f39fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracker-add-auto.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Get transmission credentials
33
auth=user:password
44
while true ; do
5-
sleep 5
5+
sleep 25
66
add_trackers () {
77
torrent_hash=$1
88
id=$2

0 commit comments

Comments
 (0)