[LÖST]Rtorrent stänger nerladdning när den har laddat ner
Postat: 14 aug 2009, 18:03
Som rubriken lyder så stänger rtorrent nerladdningen när den laddat ner klart så jag får lov att trycks crtl+s för att starta seedningen igen.
Går det att stänga av funktionen som gör att stänger sig? Vill att den ska ladda så länge tills jag själv bestämmer mig för att stänga ner den och avsluta.
Min config-fil ser ut så här:
Går det att stänga av funktionen som gör att stänger sig? Vill att den ska ladda så länge tills jag själv bestämmer mig för att stänga ner den och avsluta.
Min config-fil ser ut så här:
Kod: Markera allt
# Maximum and minimum number of peers to connect to per torrent.
min_peers = 40
max_peers = 120
# Same as above but for seeding completed torrents (-1 = same as downloading)
min_peers_seed = 1
max_peers_seed = 50
# Maximum number of simultanious uploads per torrent.
max_uploads = 20
# Global upload and download rate in KiB. "0" for unlimited.
download_rate = 8000
upload_rate = 800
# Default directory to save the downloaded torrents.
directory = /home/orrebo/torrents/downloads
# Default session directory.
session = /home/orrebo/torrents/sessions
# Watch a directory for new torrents, and stop those that have been
# deleted.
schedule = watch_directory,5,5,load_start=/home/orrebo/torrents/torrentfiles/*.torrent
schedule = untied_directory,5,5,stop_untied=
# Close torrents when diskspace is low.
schedule = low_diskspace,5,60,close_low_diskspace=100M
#Stop torrents when reaching upload ratio in percent,
# when also reaching total upload in bytes, or when
# reaching final upload ratio in percent.
# Enable the default ratio group.
ratio.enable=
# Change the limits, the defaults should be sufficient.
ratio.min.set=100
ratio.max.set=300
ratio.upload.set=20M
# Changing the command triggered when the ratio is reached.
system.method.set = group.seeding.ratio.enable, d.close=no, d.erase=no
# Port range to use for listening.
port_range = 6890-6999
# Start opening ports at a random position within the port range.
port_random = yes
# Set whetever the client should try to connect to UDP trackers.
use_udp_trackers = yes