Skip to content

Commit

Permalink
small fixes: recommendation in performance queues and network unit do…
Browse files Browse the repository at this point in the history
…main

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4052 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
orbiter committed Aug 20, 2007
1 parent 0ad8499 commit 9afd65b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion htroot/PerformanceQueues_p.html
Expand Up @@ -52,7 +52,7 @@ <h2>Performance Settings of Queues and Processes</h2>
<td align="right"><input name="#[threadname]#_idlesleep" size="7" maxlength="7" value="#[idlesleep]#" /> milliseconds</td>
<td align="right"><input name="#[threadname]#_busysleep" size="7" maxlength="7" value="#[busysleep]#" /> milliseconds</td>
<td align="right"><input name="#[threadname]#_memprereq" size="7" maxlength="10" value="#[memprereq]#" #(disabled)#:: disabled="disabled"#(/disabled)# /> kbytes</td>
<td align="left">#[longdescr]##(recommendation)#::<br/>recommended: #[value]##(/recommendation)#</td>
<td align="left">#[longdescr]##(recommendation)#::<br/>recommended: #[value]# kbytes#(/recommendation)#</td>
</tr>
#{/table}#
<tr class="TableCellLight">
Expand Down
2 changes: 1 addition & 1 deletion yacy.network.unit
Expand Up @@ -51,7 +51,7 @@
# general network definition
network.unit.name = freeworld
network.unit.description = Public YaCy Community
#network.unit.domain = global
network.unit.domain = global
network.unit.dhtredundancy.junior = 1
network.unit.dhtredundancy.senior = 3
network.unit.bootstrap.seedlist0 = http://de.geocities.com/d15511z/yacy/angel/seed.txt
Expand Down

0 comments on commit 9afd65b

Please sign in to comment.