mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 12:04:51 +00:00
Remove old unneeded send_redundant_have session setting
This commit is contained in:
parent
0a7e02bf34
commit
a9274d4b52
1 changed files with 0 additions and 3 deletions
|
@ -100,9 +100,6 @@ class Core(component.Component):
|
|||
# Increase the alert queue size so that alerts don't get lost.
|
||||
settings["alert_queue_size"] = 10000
|
||||
|
||||
# Send have messages to peers that already have the piece.
|
||||
settings["send_redundant_have"] = True
|
||||
|
||||
# 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