mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-25 14:04:23 +00:00
Merge pull request #13355 from Chocobo1/allocate
Enable faster disk space allocation by default
This commit is contained in:
commit
8d57a6527b
@ -1042,6 +1042,11 @@ void Session::initializeNativeSession()
|
|||||||
pack.set_bool(lt::settings_pack::upnp_ignore_nonrouters, true);
|
pack.set_bool(lt::settings_pack::upnp_ignore_nonrouters, true);
|
||||||
#endif
|
#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);
|
loadLTSettings(pack);
|
||||||
m_nativeSession = new lt::session {lt::session_params {pack, {}}};
|
m_nativeSession = new lt::session {lt::session_params {pack, {}}};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user