I doubt it would be the timeout for a 40Mb file even on a 166mhz machine.

If your data store is small (say < 1G) try increasing it if you have the space

The temp file changes of last week have essentially disabled FEC SplitFile
downloading of files greater than about 10MB for people using the default
datastore size.

I think the hang you are seeing is the result of poor handling of an out of
temp space exception either in the FCP FEC implementation or
SplitFileRequestServlet but I haven't had time to track it down.

--gj



Chris Dennis wrote:

> When I try to insert and retrieve largeish (40MB) files using FProxy
> (currently build 563), I keep running into timeout problems (on my
> slow Pentium 166MHz).
>
> I've dug into the CVS source and found the following arbitrary time limits:
>
> freenet/client/http/InsertContext.java  line 40:
>
>      public final int LIFETIME_MS = 1800000;
>
> freenet/client/http/SplitFileRequestContext.java  line 48:
>
>      private final static long DOWNLOADTIMEOUT_MS =  60 * 60000;
>
> which I believe equate to 30 and 60 minutes respectively.
>
> Please can these limits be increased to something like 24 hours?
> That may seem like a lot, but nothing happens quickly on Freenet.
>
> I did try changing them myself, but I can't get Freenet to build, so
> I haven't been able to check that this would fix the problem.
>
> And yes, I'm planning to get a faster machine...
>
> regards
>
> Chris
>
> _______________________________________________
> devl mailing list
> [EMAIL PROTECTED]
> http://hawk.freenetproject.org:8080/cgi-bin/mailman/listinfo/devl


_______________________________________________
devl mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org:8080/cgi-bin/mailman/listinfo/devl

Reply via email to