Я хочу чтобы у меня активных закачек было не больше трёх, поэтому выставил опцию max_downloads_global=3, однако она не работает. Сейчас закачиваются 4 торрента.
И внизу экрана [D 4/3]. То есть четыре слота из трёх.
Мой .rtorrent.rc:
### main ###
session = ~/.rtorrent_session
directory = /storage/tmp
encoding_list = UTF-8
view_sort_current = main,greater=d.get_creation_date=
### connection ###
port_range = 6789-6789
port_random = no
peer_exchange = yes
use_udp_trackers = yes
encryption = allow_incoming,enable_retry,prefer_plaintext
#dht = auto
#dht.port.set = 2442
### {up,down}loads ###
max_uploads_global = 10
max_downloads_global = 3
download_rate = 4M
upload_rate = 500
min_peers = 100
max_peers = 500
min_peers_seed = 10
max_peers_seed = 100
check_hash = yes
### ratio ###
ratio.min.set=100
ratio.max.set=200
ratio.upload.set=30M
system.method.set = group.seeding.ratio.command, d.close=, d.erase=
### shedules ###
schedule = low_diskspace,5,60,close_low_diskspace=10G
schedule = untied_directory,5,5,"remove_untied="
schedule = watch_anime,5,2,"load_start=/storage/torrents/anime/*.torrent,d.set_directory=/storage/anime"
schedule = watch_serials,5,2,"load_start=/storage/torrents/serials/*.torrent,d.set_directory=/storage/serials"
schedule = watch_films,5,2,"load_start=/storage/torrents/films/*.torrent,d.set_directory=/storage/films"
schedule = watch_music,5,2,"load_start=/storage/torrents/music/*.torrent,d.set_directory=/storage/music"
schedule = watch_games,5,2,"load_start=/storage/torrents/games/*.torrent,d.set_directory=/storage/games"
schedule = watch_tmp,5,2,"load_start=/storage/torrents/tmp/*.torrent,d.set_directory=/storage/tmp"
schedule = throttle_down_max,02:00:00,24:00:00,download_rate=6M
schedule = throttle_up_max,02:00:00,24:00:00,upload_rate=1M
schedule = throttle_down,08:00:00,24:00:00,download_rate=5M
schedule = throttle_up,08:00:00,24:00:00,upload_rate=500
### notify ###
system.method.set_key = event.download.finished,notify_me,"execute=~/scripts/dzen_notify.sh,$d.get_name=, completed"