diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-05-24 22:41:14 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-05-24 22:41:14 +0000 |
| commit | 2fd795207c12b661e79945b17fce0786edc53d5e (patch) | |
| tree | bfb7057875d9132634e3940eade38b7b841d85f8 /htroot/Network.xml | |
| parent | 6950d8a33d67423a78f829d63da75dce4d0ebfab (diff) | |
adaptive network peer counter table
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6901 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Network.xml')
| -rw-r--r-- | htroot/Network.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/htroot/Network.xml b/htroot/Network.xml index 51b66e30d..2426df5ed 100644 --- a/htroot/Network.xml +++ b/htroot/Network.xml @@ -35,6 +35,13 @@ </peer>
#{/list}#
::
+ <history>
+ #(active-switch)#::
+ <month>0</month><week>0</week><day>#[last-day]#</day>::
+ <month>0</month><week>#[last-week]#</week><day>#[last-day]#</day>::
+ <month>#[last-month]#</month><week>#[last-week]#</week><day>#[last-day]#</day>
+ #(/active-switch)#
+ </history>
<active>
<count>#[active-count]#</count>
<links>#[active-links]#</links>
|
