Author: tommy Date: 2008-09-19 14:49:15 +0000 (Fri, 19 Sep 2008) New Revision: 22703
Modified: trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties Log: Fix typo in english language file Modified: trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties =================================================================== --- trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties 2008-09-19 14:38:30 UTC (rev 22702) +++ trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties 2008-09-19 14:49:15 UTC (rev 22703) @@ -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 (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.storeTypeLong=Datastore type. Currently this can be salt-hash (EXPERIMENTAL, 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. Set this to -1 to reset to default. Node.storeBloomFilterCounting=Use counting bloom filter?
