mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 07:28:39 +00:00
use lazy_bitfield
This commit is contained in:
parent
14c34684dc
commit
1f24972c9d
1 changed files with 1 additions and 0 deletions
|
@ -371,6 +371,7 @@ static PyObject *torrent_init(PyObject *self, PyObject *args)
|
||||||
// Init values
|
// Init values
|
||||||
|
|
||||||
M_settings->user_agent = std::string(user_agent);
|
M_settings->user_agent = std::string(user_agent);
|
||||||
|
M_settings->lazy_bitfields = 1;
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
DWORD windows_version = ::GetVersion();
|
DWORD windows_version = ::GetVersion();
|
||||||
if ((windows_version & 0xff) >= 6)
|
if ((windows_version & 0xff) >= 6)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue