summaryrefslogtreecommitdiff
path: root/htroot/Network.html
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2014-11-17 14:23:21 +0100
committerMichael Peter Christen <mc@yacy.net>2014-11-17 14:23:21 +0100
commitfdba8e2fa001a37990181045267c1fc24bc70567 (patch)
tree68ee83c8d6c2c9c247074d9558fed916b5627714 /htroot/Network.html
parentec9d02156852a6664d00ff1fa9f4c32f5f2f2c72 (diff)
fix for 2-day network stats table: showing 48 instead of 24 hours from
peer history
Diffstat (limited to 'htroot/Network.html')
-rw-r--r--htroot/Network.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/Network.html b/htroot/Network.html
index 675a43df1..e65cca3b1 100644
--- a/htroot/Network.html
+++ b/htroot/Network.html
@@ -388,7 +388,7 @@ document.getElementById("apilink").setAttribute("href", "Network.xml?" + window.
scale: number of hours per scale unit in the bottom line
-->
<h3><b>Count of Connected Senior Peers</b> in the last two days, scale = 1h</h3>
- <img src="/NetworkHistory.png?columns=cC&scale=1&maxtime=24" />
+ <img src="/NetworkHistory.png?columns=cC&scale=1&maxtime=48" />
<h3><b>Count of all Active Peers Per Day</b> in the last week, scale = 1d</h3>
<img src="/NetworkHistory.png?columns=aD&scale=24&maxtime=168" />
<h3><b>Count of all Active Peers Per Week</b> in the last 30d, scale = 7d</h3>