Author: j16sdiz Date: 2008-09-11 15:13:18 +0000 (Thu, 11 Sep 2008) New Revision: 22604
Modified: trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties Log: recommand bdb-index datastore Modified: trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties =================================================================== --- trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties 2008-09-11 14:19:02 UTC (rev 22603) +++ trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties 2008-09-11 15:13:18 UTC (rev 22604) @@ -713,7 +713,7 @@ Node.storeSize=Store size in bytes Node.storeSizeLong=Store size in bytes Node.storeType=Store type (LEAVE THIS ALONE) -Node.storeTypeLong=Datastore type. Currently this can be salt-hash (use a salted on-disk hashtable with bloom filter), bdb-index (use a BerkeleyDBFreenetStore to store the index, and keep the data in files on disk), or ram (keep the index and the data in RAM). Only use ram if you know what you are doing and have enough RAM to store all your data (and note it will not be saved on shutdown)! Changes will not take effect until Freenet has been restarted. +Node.storeTypeLong=Datastore type. Currently this can be salt-hash (EXPERIMENTIAL, use a salted on-disk hashtable with bloom filter), bdb-index (STABLE, use a BerkeleyDBFreenetStore to store the index, and keep the data in files on disk), or ram (FOR TESTING ONLY, keep the index and the data in RAM). Only use ram if you know what you are doing and have enough RAM to store all your data (and note it will not be saved on shutdown)! Changes will not take effect until Freenet has been restarted. Node.storeBloomFilterSize=Bloom filter size (total) in bytes Node.storeBloomFilterSizeLong=Bloom filter size (total) in bytes. Usually 1/2048th the size of data store is more than enough. Set this to zero to disable bloom filter. Node.storeBloomFilterCounting=Use counting bloom filter?
