mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 12:04:51 +00:00
Disable SSL listen port
This commit is contained in:
parent
b296803e01
commit
1de0c30bb0
1 changed files with 2 additions and 0 deletions
|
@ -94,6 +94,8 @@ class Core(component.Component):
|
|||
'deluge_version': deluge.common.get_version(),
|
||||
'lt_version': self.get_libtorrent_version().rpartition(".")[0]
|
||||
}
|
||||
# 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
|
||||
|
|
Loading…
Add table
Reference in a new issue