id summary reporter owner description type status priority milestone component version resolution keywords cc 1466 Performance warning: Send Buffer Watermark cinderblock Cas "I just took a look at my log file with debug turned on (trying to make some small improvements of my own) I'm getting a ton of alerts from libtorrent, like 60 every second, all from the same torrent. {{{ [DEBUG ] 16:26:38 alertmanager:123 performance_alert: : performance warning: send buffer watermark too low (upload rate will suffer) }}} Google only found one other reference to this ""bug"" here on the [http://forum.deluge-torrent.org/viewtopic.php?f=7&t=33839 forums]. This error is coming directly from libtorrent as there is no alert handler defined for it. The libtorrent documentation shows the correct [http://www.rasterbar.com/products/libtorrent/tuning.html#send-buffer-low-watermark solution] (increasing read buffer) but I can't figure out where I might add that setting setter to the deluge source. (Just started looking at python/deluge) libtorrent also claims to have many presets for different types of servers (min memory, high performance seed, ...) which have appropriate default settings. Maybe this is the best place to start and implement a preset picker in the preferences. So really, this ""feature-request"" is for more control over the libtorrent session settings to optimize performance, not to clean up debug outputs..." patch closed major 2.0.0 Core 1.3.1 Fixed watermark,send buffer cameron@… non7top@… ancient@…