freetheneo at hushmail.com wrote: > I think it comes from the NodeConfig. It rewrites the whole config file > whitout taking existing values in count.
That is true, I checked by accident an older version of NodeConfig into CVS, a version which does not respect existing prefs yet. Thatshould be easy to take care of and will be fixed soon. > Maybe NodeConfig should: > - -Read the values from freenet.ini > - -Writing only changed values, to keep added parameters to the freenet.ini > file that are not included in NodeConfig It already did this, and will do it again ASAP. > And the installer should NOT: > - -Set storeCacheSize to 0 That is just a signal to NodeConfig to propose its own default store size, which is 20% of the free disk space, but 2GB at max. > - -Set transient to true I am still not totally convinced that having many "false" non-transient nodes is not an evil thing to have (worse than having some permanent nodes as transient). We still have no empirical/theoretical recommendations for this. Sebastian _______________________________________________ Devl mailing list Devl at freenetproject.org http://lists.freenetproject.org/mailman/listinfo/devl
