From 30c3d909b12d17610b87171f23bbcf6bd41c1ee4 Mon Sep 17 00:00:00 2001 From: karlchenofhell Date: Tue, 5 Jun 2007 11:37:19 +0000 Subject: - fixed charset problem in ConfigProfil_p.html (use accept-charset="UTF-8" in forms) - fixed wrong XML output if no peers are known in Network.xml - simplified parsing of table properties in wikiCode and ZTableToken - reimplemented GC heuristics. They are needed to constantly ensure that an amount of free memory is available which is higher than Java's max. limit for performing a Full GC (please use serverMemory.request(long, boolean) rather than serverMemory.available(long, boolean) to provide data for averaging over the last GCs) git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3793 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/Network.xml | 52 +++++++++++++++++++++++++--------------------------- 1 file changed, 25 insertions(+), 27 deletions(-) (limited to 'htroot/Network.xml') diff --git a/htroot/Network.xml b/htroot/Network.xml index eb244c310..c5c961665 100644 --- a/htroot/Network.xml +++ b/htroot/Network.xml @@ -1,7 +1,6 @@ -#(table)# -:: +#(table)#:: #{list}# #[hash]# @@ -33,9 +32,7 @@ #(/complete)# #{/list}# - :: - #[active-count]# #[active-links]# @@ -57,30 +54,31 @@ #[all-words]# - #[my-name]# - #[my-hash]# - #(my-info)#virgin::junior::senior::principal#(/my-info)# - #[my-version]# - #[my-utc]# - #[my-uptime]# - #[my-links]# - #[my-words]# - #[my-acceptcrawl]# - #[my-dhtreceive]# - #[my-sI]# - #[my-sU]# - #[my-rI]# - #[my-rU]# - #[my-ppm]# - #[my-qph]# - #[my-seeds]# - #[my-connects]# - #[my-location]# - #[my-url]# + #[my-name]# + #[my-hash]# + #(my-info)#virgin::junior::senior::principal#(/my-info)# + #[my-version]# + #[my-utc]# + #[my-uptime]# + #[my-links]# + #[my-words]# + #[my-acceptcrawl]# + #[my-dhtreceive]# + #[my-rankingreceive]# + #[my-sI]# + #[my-sU]# + #[my-rI]# + #[my-rU]# + #[my-ppm]# + #[my-qph]# + #[my-seeds]# + #[my-connects]# + #[my-location]# + #[my-url]# - #[gppm]# - #[gqph]# + #[gppm]# + #[gqph]# #[comment]# - #(/table)# + -- cgit v1.2.3