Add interval to stats page

This commit is contained in:
zzz
2025-04-22 10:23:12 -04:00
parent edbb803095
commit 20245a3e8e
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
2025-xx-xx [0.20.0]
- Fix dup ids in jetty.xml, existing installs must fix manually,
s/<Ref id=/<Ref refid=/g
- Add interval to stats page
2024-04-07 [0.19.0]
- Disable full scrape by default

View File

@ -20,6 +20,7 @@
<p id="totals">
<b>Torrents:</b> <%=torrents.size()%><br>
<b>Peers:</b> <%=torrents.countPeers()%><br>
<b>Announce Interval:</b> <%=torrents.getInterval() / 60%> minutes<br>
</p>
<%
/*