Search found 32 matches

by thepace
Tue Nov 08, 2011 9:08 pm
Forum: Support
Topic: If the drive is full, Deluge loses track of ALL torrents!
Replies: 7
Views: 7234

Re: If the drive is full, Deluge loses track of ALL torrents

if deluge filled your partition with logs i guess you should consider getting bigger hdd?
by thepace
Tue Nov 08, 2011 7:33 pm
Forum: Support
Topic: CPU usage on 100% at torrent seeding
Replies: 6
Views: 3805

Re: CPU usage on 100% at torrent seeding

about send buffer watermark issue you can custom compile libtorrent with hardcoded setting for send buffer watermark , option file is located in /include/libtorrent/session-settings.hpp you can easily increase it to 5 * 1024 * 1024 , default is 256 * 1024 if i remember correctly if you need instruct...
by thepace
Mon Oct 31, 2011 2:53 am
Forum: Development
Topic: [Feature request] Third folder for seeding...
Replies: 1
Views: 2325

Re: [Feature request] Third folder for seeding...

use autoadd plugin set autodlirssi script if you are using it : you can input setupload type = watchfolder ; watchfolder = path per filter, so every filter can use different value if not using it just drop torrents in different watch folders manually configure autoadd to set move completed files to ...
by thepace
Sun Oct 30, 2011 12:06 am
Forum: Support
Topic: Increasing UPLOAD speed
Replies: 3
Views: 6601

Re: Increasing UPLOAD speed

cache size 32768 expiry 60 sharing a lot of files makes everything slower actually, if you are building ratio build it while downloading slot number -1 -- theory says oposite i know , this works fine while leeching only connections -1 and keep in mind if you are using shared server whole bandwith is...
by thepace
Fri Oct 14, 2011 1:59 pm
Forum: Development
Topic: [Solved]Socket failure from large cache?
Replies: 6
Views: 7535

Re: [Solved]Socket failure from large cache?

new yet unreleased version of libtorrent has many noticable improvements regarding cache handling, so you can bet most of your issues regarding cache will be solved when it gets released
by thepace
Thu Oct 13, 2011 1:59 pm
Forum: Windows OS
Topic: Error with Deluge 1.3.3 and Win7-64 'parameter is incorrect'
Replies: 41
Views: 40693

Re: Deluge 1.3.3 will not run on Windows 7 x64

try uninstalling your firewall/antivirus software

on my machine under same os everything is runing fine

binaries are downloaded from official deluge site
by thepace
Fri Oct 07, 2011 1:24 am
Forum: Development
Topic: [Solved]Socket failure from large cache?
Replies: 6
Views: 7535

Re: socket failure from large cache?

try to learn how to setup client correctly libtorrent will not cache in advance everything read from its site documentation how is caching done about your settings now cache expiry set between 180-360 its proven and tested that it works most users don move it from default 60 and i am pretty sure nob...
by thepace
Sat Oct 01, 2011 3:34 pm
Forum: Support
Topic: Ubuntu PPA Update
Replies: 93
Views: 74499

Re: Ubuntu PPA Update

you can always update libtorrent manually, just use trunk version it will be fine, and it works even better than this 0.15.8 published
by thepace
Thu Sep 22, 2011 9:31 pm
Forum: Support
Topic: Web-UI vs ThinClient?
Replies: 1
Views: 3101

Re: Web-UI vs ThinClient?

runing both cant hurt your server performance but if you think it would be better you can do following: configure both interfaces when you attempt to access webui you get web client thats connected to daemon. when you don need it you can disconect from daemon using connection manager, there is disco...
by thepace
Mon Sep 19, 2011 4:06 pm
Forum: Support
Topic: increase max cache value
Replies: 2
Views: 4208

Re: increase max cache value

thx, setting value from console seems to be working