#5238 closed Bug (fixed)
tr_inactvelimit in rpc-spec
Reported by: | Klukas | Owned by: | jordan |
---|---|---|---|
Priority: | Low | Milestone: | 2.77 |
Component: | Daemon | Version: | 2.76 |
Severity: | Minor | Keywords: | |
Cc: |
Description
Line 112 of rpc-spec.txt says:
"seedIdleMode" | number which seeding inactivity to use. See tr_inactvelimit
Now I searched the whole libtransmission for 'tr_inactvelimit', but I couldn't find it. However, I found commit (dated from 2010) which changed it into tr_inactivelimit. Again 'tr_inactivelimit' is not in the headers.
I think tr_inactivelimit has been changed somehow to tr_idlelimit. If that is the case, the rpc-spec should be updated.
Change History (6)
comment:1 Changed 8 years ago by jordan
- Component changed from Transmission to Daemon
- Milestone changed from None Set to 2.80
- Owner set to jordan
- Status changed from new to assigned
comment:2 Changed 8 years ago by jordan
- Severity changed from Normal to Minor
comment:3 Changed 8 years ago by jordan
comment:4 Changed 8 years ago by jordan
- Resolution set to fixed
- Status changed from assigned to closed
comment:5 Changed 8 years ago by jordan
- Milestone changed from 2.80 to 2.77
comment:6 Changed 8 years ago by jordan
- Priority changed from Normal to Low
Note: See
TracTickets for help on using
tickets.
Good catch, and thanks for reporting this!
Fixed in r13818.