mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Add "Coalesce reads & writes" checkbox in advanced options
The setting is defaulted to ON for Windows. Closes #8295.
This commit is contained in:
parent
e487b31877
commit
543cbc6d1c
4 changed files with 34 additions and 1 deletions
|
@ -80,7 +80,7 @@ private:
|
|||
QCheckBox cb_os_cache, cb_recheck_completed, cb_resolve_countries, cb_resolve_hosts, cb_super_seeding,
|
||||
cb_program_notifications, cb_torrent_added_notifications, cb_tracker_favicon, cb_tracker_status,
|
||||
cb_confirm_torrent_recheck, cb_confirm_remove_all_tags, cb_listen_ipv6, cb_announce_all_trackers, cb_announce_all_tiers,
|
||||
cbGuidedReadCache, cbMultiConnectionsPerIp, cbSuggestMode;
|
||||
cbGuidedReadCache, cbMultiConnectionsPerIp, cbSuggestMode, cbCoalesceRW;
|
||||
QComboBox combo_iface, combo_iface_address, comboUtpMixedMode, comboChokingAlgorithm, comboSeedChokingAlgorithm;
|
||||
QLineEdit txtAnnounceIP;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue