Author: toad
Date: 2007-02-07 17:29:29 +0000 (Wed, 07 Feb 2007)
New Revision: 11688

Modified:
   trunk/freenet/src/freenet/node/useralerts/PeerManagerUserAlert.java
Log:
Decrease -> Increase.

Modified: trunk/freenet/src/freenet/node/useralerts/PeerManagerUserAlert.java
===================================================================
--- trunk/freenet/src/freenet/node/useralerts/PeerManagerUserAlert.java 
2007-02-07 17:26:21 UTC (rev 11687)
+++ trunk/freenet/src/freenet/node/useralerts/PeerManagerUserAlert.java 
2007-02-07 17:29:29 UTC (rev 11688)
@@ -130,7 +130,7 @@

        static final String TOO_HIGH_PING =
                "This node is having trouble talking with its peers quickly 
enough ({PING_TIME} > "+
-               Node.MAX_NODE_AVERAGE_PING_TIME_ALERT_THRESHOLD+").  Decrease 
your output bandwidth limit and/or remove some peers to improve the situation.";
+               Node.MAX_NODE_AVERAGE_PING_TIME_ALERT_THRESHOLD+").  Increase 
your output bandwidth limit and/or remove some peers to improve the situation.";

        static final String NEVER_CONNECTED_TWO_WEEKS =
                "One or more of your node's peers have never connected in the 
two weeks since they were added.  Consider removing them since they are 
marginally affecting performance.";


Reply via email to