mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-26 03:06:37 +03:00
Increase priority value of "High"
It was observed that setting the priority of a file to High has almost no effect, so increase its value.
This commit is contained in:
parent
f21fbff1a8
commit
d76a84048b
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
#include <QVariant>
|
||||
|
||||
namespace prio {
|
||||
enum FilePriority {IGNORED=0, NORMAL=1, HIGH=2, MAXIMUM=7, MIXED=-1};
|
||||
enum FilePriority {IGNORED=0, NORMAL=1, HIGH=6, MAXIMUM=7, MIXED=-1};
|
||||
}
|
||||
|
||||
class TorrentContentModelFolder;
|
||||
|
|
Loading…
Reference in a new issue