How to set high_performance_seed

General support for problems installing or using Deluge
Post Reply
jorricks
Member
Member
Posts: 21
Joined: Sun Apr 14, 2013 11:33 am

How to set high_performance_seed

Post by jorricks »

Hello,
I recently re it is possible to set a function high_performance_seed() to libtorrent.
How do I do this?
I also read in this topic viewtopic.php?f=7&t=33839 someone succeeded in settings these settings
Kind regards,
Jorricks
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: How to set high_performance_seed

Post by Cas »

did you try the libtorrent plugin, the information on how to manually change it is in this forum many times over.
jorricks
Member
Member
Posts: 21
Joined: Sun Apr 14, 2013 11:33 am

Re: How to set high_performance_seed

Post by jorricks »

Damn thanks man!!! I totally looked over that :)!!! Thanks for the support!
For the other people: http://forum.deluge-torrent.org/viewtop ... =9&t=42887
http://dev.deluge-torrent.org/wiki/Plug ... ualInstall (don't forget to look how to install in server client combi ;P) I forgot that again xD

Where can I find the exact settings it sets when doing high_performance_seed() ?'
N.v.m. found it. http://libtorrent-rasterbar.sourcearchi ... ource.html
High_performance_seed are the following settings:
active_limit = 2000;
active_seeds = 2000;
allow_multiple_connections_per_ip = true;
auto_upload_slots = false;
cache_buffer_chunk_size = 128;
cache_expiry = 60 * 60;
cache_size = 32768;
close_redundant_connections = true;
file_pool_size = 500;
inactivity_timeout = 20;
low_prio_disk = false;
max_failcount = 1;
max_rejects = 10;
optimize_hashing_for_speed = true;
peer_timeout = 20;
read_cache_line_size = 512;
request_timeout = 10;
send_buffer_watermark = 5 * 1024 * 1024;
use_read_cache = true;
write_cache_line_size = 512;
Post Reply