1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 07:18:08 +00:00
qBittorrent/src
Chocobo1 0f60121b94
Add option to control qBittorrent process memory priority
This is to avoid Windows swapping out other application data from
OS cache and put in torrent data which hinders other program
responsiveness.

The default value "Below normal" is choosen because casual users have
other higher priority apps (such as browser) running and they don't
expect OS to swap out its data. Dedicated seeders most probably will not
have other app running on their system and would expect qbt has
priority over other background services.

The option only has effect on Windows >= 8.
2019-10-31 03:18:43 +08:00
..
app Call Windows API directly 2019-09-29 09:52:13 +08:00
base Add option to control qBittorrent process memory priority 2019-10-31 03:18:43 +08:00
gui Add option to control qBittorrent process memory priority 2019-10-31 03:18:43 +08:00
icons Merge pull request #10086 from PeterDaveHello/OptimizePNG 2019-01-17 12:20:07 +02:00
lang Merge pull request #10027 from glassez/compile-ts 2018-12-31 11:31:45 +02:00
searchengine Update user agent string 2019-08-09 13:12:11 +08:00
webui Use implicit sharing when getting categories from Session class 2019-10-30 01:46:57 +08:00
CMakeLists.txt Replace deprecated macro 2019-09-05 20:16:18 +08:00
config.h.cmakein
qbittorrent_mingw.rc
qbittorrent.exe.manifest
qbittorrent.rc Update copyright year 2019-01-17 01:08:51 +02:00
src.pro Add compile flag to show Qt deprecation warnings 2019-02-28 12:01:36 +08:00
update_qrc_files.py