wallace winfrey wrote:
I'm trying to schedule my download_rate, and not having much success.

Here's what I'm putting in my .rtorrent.rc:

schedule = "unthrottle,01:00,05:00,download_rate=0"

From the man page:

schedule = id,start,interval,command

Call command every interval seconds, starting from start. An interval of zero calls the task once, while a start of zero calls it immediately. Currently command is forwarded to the option handler. start and interval may optionally use a time format, dd:hh:mm:ss. F.ex to start a task every day at 18:00, use 18:00:00,24:00:00.

---

So you are in fact setting the throttle to unlimited starting at one minute over each hour followed by once every 5 minutes. Also, don't use quotation marks there.

What you want is:

schedule = throttle_1,01:00:00,24:00:00,download_rate=0
schedule = throttle_2,05:00:00,24:00:00,download_rate=25

Rakshasa
_______________________________________________
Libtorrent-devel mailing list
[email protected]
http://rakshasa.no/mailman/listinfo/libtorrent-devel

Reply via email to