Author: toad
Date: 2008-09-19 15:57:54 +0000 (Fri, 19 Sep 2008)
New Revision: 22705

Modified:
   trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties
Log:
Mention that do-large-store-shrinks-immediately is bdbje-index specific.


Modified: trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties
===================================================================
--- trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties   2008-09-19 
15:20:51 UTC (rev 22704)
+++ trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties   2008-09-19 
15:57:54 UTC (rev 22705)
@@ -670,8 +670,8 @@
 Node.errorApplyingConfig=Error while applying the new config : ${error}
 Node.extraPeerDir=Extra peer data directory
 Node.extraPeerDirLong=Name of directory to put extra peer data in
-Node.forceBigShrink=Do large store shrinks immediately
-Node.forceBigShrinkLong=Whether to do large store shrinks (over 10%) 
immediately (rather than waiting for the next node restart). Online shrinks do 
not preserve the most recently used data, so this is not recommended; use it 
only if you must have an immediate result.
+Node.forceBigShrink=Do large store shrinks immediately (bdbje-index store type 
only)
+Node.forceBigShrinkLong=Whether to do large store shrinks (over 10%) 
immediately (rather than waiting for the next node restart). Online shrinks do 
not preserve the most recently used data, so this is not recommended; use it 
only if you must have an immediate result. Specific to bdbje-index store type.
 Node.inBWLimit=Input bandwidth limit (bytes per second)
 Node.inBWLimitLong=Input bandwidth limit (bytes/sec); the node will try not to 
exceed this; -1 = 4x set outputBandwidthLimit
 Node.invalidStoreSize=Store size must be at least 32MB


Reply via email to