fish <[EMAIL PROTECTED]> writes:

> > >   - htl
> > 10 for insert, 15-25 for fetch.
> 
> wow, really?  most site authors I've spoken too have said that 10 is
> liketly to drop off the network, and that 20 is more acceptable... go
> figure

Several weeks ago there was a movement to insert HTLs in the 3-6
range. I'm not sure how that fared.

> > >   - refresh time (in days)
> 
> my site tools reinsert files every n days to avoid them dropping off the
> network.  pick a number of days :)

Why not try something like exponential backoff? Start with n=1; if all
keys in a reinsert collide, multiply n by a factor > 1 (e.g. 2), if a
few keys were no longer present, leave n the same, if many keys fell
out, multiply n by a factor < 1 (e.g. 0.5)

-- 
Robbe

Attachment: signature.ng
Description: PGP signature

Reply via email to