seed_time_limit - not seeding
Posted: Mon Aug 05, 2013 10:49 pm
I have the following settings for deluge:
Deluge doesn't seem to be seeding at all, I want it to seed for an hour (I have it move completed torrents which are then automatically moved to my home server from my remote VPS, so I prefer seed time over seed ratio or I may never actually get the files moved to my home server).
Any thoughts on why this isn't working? I read my config as: Seed for 60 minutes or until I've seeded as long as I took to download (seed-time_ratio_limit: 1.0), whichever is longer (or is it whichever is shorter?).
Code: Select all
remove_seed_at_ratio: True
seed_time_limit: 60
seed_time_ratio_limit: 1.0
send_info: False
share_ratio_limit: -1.0
stop_seed_at_ratio: True
stop_seed_ratio: -1.0
Any thoughts on why this isn't working? I read my config as: Seed for 60 minutes or until I've seeded as long as I took to download (seed-time_ratio_limit: 1.0), whichever is longer (or is it whichever is shorter?).