mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 10:37:06 -07:00
Merge pull request #13355 from Chocobo1/allocate
Enable faster disk space allocation by default
This commit is contained in:
commit
8d57a6527b
1 changed files with 5 additions and 0 deletions
|
@ -1042,6 +1042,11 @@ void Session::initializeNativeSession()
|
|||
pack.set_bool(lt::settings_pack::upnp_ignore_nonrouters, true);
|
||||
#endif
|
||||
|
||||
#if (LIBTORRENT_VERSION_NUM > 20000)
|
||||
// preserve the same behavior as in earlier libtorrent versions
|
||||
pack.set_bool(lt::settings_pack::enable_set_file_valid_data, true);
|
||||
#endif
|
||||
|
||||
loadLTSettings(pack);
|
||||
m_nativeSession = new lt::session {lt::session_params {pack, {}}};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue