mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
[Core] Remove old windows cache fix
This removes a fix for #1869 (using 0.15 lt) that is now fixed properly in 0.16 lt.
This commit is contained in:
parent
bdca70b330
commit
af95fb0828
1 changed files with 0 additions and 4 deletions
|
@ -67,10 +67,6 @@ class Core(component.Component):
|
|||
}
|
||||
# No SSL torrent support in code so disable the listen port.
|
||||
settings["ssl_listen"] = 0
|
||||
# On Windows OS set the disk I/O read/write to bypass OS cache
|
||||
if deluge.common.windows_check():
|
||||
settings["disk_io_write_mode"] = lt.io_buffer_mode_t.disable_os_cache
|
||||
settings["disk_io_read_mode"] = lt.io_buffer_mode_t.disable_os_cache
|
||||
self.session.set_settings(settings)
|
||||
|
||||
# --- libtorrent plugins ---
|
||||
|
|
Loading…
Add table
Reference in a new issue