holomorph / transmission

Emacs interface to a Transmission session
GNU General Public License v3.0
85 stars 11 forks source link

Inconsistent removal of limits #22

Open xFA25E opened 1 year ago

xFA25E commented 1 year ago

To remove download limit for individual torrent, one have to provide a value less than 0.

To remove download limit globally, one have to provide a value less than or equal to 0.

Are there any reasons for these to be inconsistent?

holomorph commented 1 year ago

If it's not an error on my part, I'd guess it's because either transmission or the RPC has that oddity built in. Would have to investigate.