mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-20 07:08:30 +00:00
use lazy bitfield in 0.6
This commit is contained in:
parent
6da931e815
commit
cd0465a3a1
@ -138,6 +138,9 @@ class Core(
|
||||
# Set the user agent
|
||||
self.settings = lt.session_settings()
|
||||
self.settings.user_agent = "Deluge %s" % deluge.common.get_version()
|
||||
|
||||
# Set lazy bitfield
|
||||
self.settings.lazy_bitfields = 1
|
||||
self.session.set_settings(self.settings)
|
||||
|
||||
# Load metadata extension
|
||||
|
Loading…
x
Reference in New Issue
Block a user