- torrents with an infinite ratio are no longer affected by ratio_limit set in program preferences

This commit is contained in:
Christophe Dumez
2009-07-12 07:23:11 +00:00
parent c877c9c412
commit bca898d8b6
3 changed files with 14 additions and 10 deletions

View File

@@ -68,7 +68,7 @@ class bittorrent : public QObject {
bool addInPause;
int maxConnecsPerTorrent;
int maxUploadsPerTorrent;
float max_ratio;
float ratio_limit;
bool UPnPEnabled;
bool NATPMPEnabled;
bool LSDEnabled;