Author: toad Date: 2008-02-07 23:53:22 +0000 (Thu, 07 Feb 2008) New Revision: 17691
Modified: trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties Log: Mention the obvious fact that ram is transient, even for a datastore Modified: trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties =================================================================== --- trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties 2008-02-07 23:47:24 UTC (rev 17690) +++ trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties 2008-02-07 23:53:22 UTC (rev 17691) @@ -637,7 +637,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 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! +Node.storeTypeLong=Datastore type. Currently this can be 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)! Node.swapRInterval=Swap request send interval (ms) Node.swapRIntervalLong=Interval between swap attempting to send swap requests in milliseconds. Leave this alone! NodeClientCore.couldNotFindOrCreateDir=Could not find or create directory
