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

Reply via email to