forked from I2P_Developers/i2p.i2p
Sidebar: limit event logs to last 7 days, to avoid page freezes
This commit is contained in:
@ -335,7 +335,7 @@ class SummaryBarRenderer {
|
||||
.append(nbsp(_t("Debug")))
|
||||
.append("</a>\n")
|
||||
|
||||
.append("<a href=\"/events\" target=\"_top\" title=\"")
|
||||
.append("<a href=\"/events?from=604800000\" target=\"_top\" title=\"")
|
||||
.append(_t("View historical log of router events"))
|
||||
.append("\">")
|
||||
.append(nbsp(_t("Events")))
|
||||
|
Reference in New Issue
Block a user