Author: toad
Date: 2008-03-27 18:37:02 +0000 (Thu, 27 Mar 2008)
New Revision: 18797

Modified:
   trunk/freenet/src/freenet/client/async/ClientRequestScheduler.java
   trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties
Log:
Fix scheduler group config descriptions

Modified: trunk/freenet/src/freenet/client/async/ClientRequestScheduler.java
===================================================================
--- trunk/freenet/src/freenet/client/async/ClientRequestScheduler.java  
2008-03-27 18:23:20 UTC (rev 18796)
+++ trunk/freenet/src/freenet/client/async/ClientRequestScheduler.java  
2008-03-27 18:37:02 UTC (rev 18797)
@@ -175,7 +175,7 @@

                this.name = name;
                sc.register(name+"_priority_policy", PRIORITY_HARD, 
name.hashCode(), true, false,
-                               "RequestStarterGroup.scheduler",
+                               "RequestStarterGroup.scheduler"+(forSSKs?"SSK" 
: "CHK")+(forInserts?"Inserts":"Requests"),
                                "RequestStarterGroup.schedulerLong",
                                new PrioritySchedulerCallback(this));


Modified: trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties
===================================================================
--- trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties   2008-03-27 
18:23:20 UTC (rev 18796)
+++ trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties   2008-03-27 
18:37:02 UTC (rev 18797)
@@ -917,7 +917,11 @@
 QueueToadlet.wipD=In Progress: Downloads (${size})
 QueueToadlet.wipDU=In Progress: Directory Uploads (${size})
 QueueToadlet.wipU=In Progress: Uploads (${size})
-RequestStarterGroup.scheduler=Priority policy of the scheduler
+RequestStarterGroup.schedulerSSKInserts=Priority policy of the scheduler (SSK 
inserts)
+RequestStarterGroup.schedulerSSKRequests=Priority policy of the scheduler (SSK 
requests)
+RequestStarterGroup.schedulerCHKInserts=Priority policy of the scheduler (CHK 
inserts)
+RequestStarterGroup.schedulerCHKRequests=Priority policy of the scheduler (CHK 
requests)
+RequestStarterGroup.scheduler=Priority policy of the scheduler: hard (strictly 
by priority) or soft (randomize the priorities a bit)
 RequestStarterGroup.schedulerLong=Set the priority policy scheme used by the 
scheduler.
 RevocationKeyFoundUserAlert.text=Your node has found the auto-updater's 
revocation key on the network. It means that our auto-updating system is likely 
to have been COMPROMIZED! Consequently, it has been disabled on your node to 
prevent "bad things" to be installed. We strongly advise you to check the 
project's website for updates. Please take care of verifying that the website 
hasn't been spoofed either. The revocation message is the following : 
${message}.
 RevocationKeyFoundUserAlert.title=The private key of the project has been 
compromized!


Reply via email to