[Libtorrent-devel] I can't get a per-group ratio of >200 to stick
Ævar Arnfjörð Bjarmason
avarab at gmail.com
Mon May 24 15:44:05 UTC 2010
On Fri, Apr 16, 2010 at 00:03, Ævar Arnfjörð Bjarmason <avarab at gmail.com> wrote:
> I have two groups with custom ratios / throttles. One stops at %137
> ratio while the other stops at %900.
>
> Only the former case works. Something in rtorrent is overriding my
> group setting but I can't find out what it is.
>
> Here are lines in my rtorrent.rc that match /ratio/ (full config at
> http://github.com/avar/leech/blob/master/.rtorrent.rc):
>
> 23:## Ratio handling -
> http://libtorrent.rakshasa.no/wiki/RTorrentRatioHandling
>
> These lines don't do anything:
>
> 25:# Disable the default ratio group, this will otherwise override the
> 27:ratio.disable=
> 28:ratio.max.set=999
>
> My two custom groups. The first one works ratio-wise but the second does not:
>
> 30:# Ratio for muggle group
> 32:group.muggle_group.ratio.enable=
> 33:group.muggle_group.ratio.max.set=137
> 35:# Ratio for powerseeding group
> 37:group.power_group.ratio.enable=
> 38:group.power_group.ratio.max.set=900
> 41:# Changing the command triggered when the ratio is reached.
> 42:system.method.set = group.seeding.ratio.command, d.close=, d.erase=
>
> I've read the sparse documentation on the wiki for this but I can't
> see what I should be doing, or what I'm doing wrong.
I still haven't found a workaround for this problem in the more than
one month since the original post.
Could I get some input on whether this is a bug or by design? If it's
a bug I'll file a bug report in trac.
More information about the Libtorrent-devel
mailing list